What’s the difference between
console.log(process.cwd())
and
console.log(__dirname);
I’ve seen both used in similar contexts.
What’s the difference between
console.log(process.cwd())
and
console.log(__dirname);
I’ve seen both used in similar contexts.