Computer scienceBackendNode.jsCore ConceptsInternal modulesPath module

Intro to path module

Guess a method

Report a typo

Here's a code snippet with a hidden method (written as method):

const path = require('node:path');

path.method('programs', '/agile', 'trello');

And here is the output:

C:\agile\trello

What should we replace the word method with to get this output?

Enter a short text
___

Create a free account to access the full topic