Which Node.js global object represents the current module?
Node.js DeveloperEasy
Node.js Developer — Easy
Which Node.js global object represents the current module?
Explanation
The correct answer is "module" because it represents the current module in Node.js. This object allows access to information about the current module such as exports and file paths.