Google News
logo
Node.JS - Quiz(MCQ)
Which method returns the current working directory of the process.
A)
cwd();
B)
pwd();
C)
process.cwd();
D)
None of the above

Correct Answer :   process.cwd();