What is a JavaScript module?
In JavaScript, a “module” is a single .js file.
What values are passed into a Node.js module’s local scope?
\_\_dirname \_\_filename exports module require()
Give two examples of truly global variables in a Node.js program.
clearInterval clearTimeout console process global