JavaScript Print Path

//In Node.js
console.log('Current directory: ' + process.cwd());
UnAngeloCheSiChiamaTheKing