- __dirname: Returns the directory of the Js folder being executed
- __filename: Returns the absolute path of the Js to be executed
- Process.cwd (): Returns the absolute path to the folder where the Node command was run
- ./ has the same effect as __dirname in require() and process.cwd() elsewhere