Which of the following is true about __dirname global object?
The __dirname represents the name of the directory that the currently executing script resides in
The __dirname represents the resolved absolute path of code file
Both of the above
None of the above
Correct Answer : A
Which of the following is true about process global object?