What is a JavaScript module?
In the Node.js module system, each file is treated as a separate module.
What values are passed into a Node.js module’s local scope?
Exports, require, module, __filename, and __dirname.
Give two examples of truly global variables in a Node.js program.
Console and clearTimeout