March 2018
Intermediate to advanced
592 pages
13h 44m
English
Now, let's see the documentation of path, because path has plenty of methods that we won't be using in this section. We'll go to nodejs.org, where we can find the Docs tab. We'll go to the Docs page and then the API reference page:

Here's a list of all the modules we have available to us. We're using the Path module:

Inside Path, the method we'll use is join, which you can see in the preceding screenshot. If you click on this method, you can go to a little example of how join works:
The join method takes your partial paths ...