What is a JavaScript module?
Node.js treats each .js file as a module.
What values are passed into a Node.js module’s local scope?
The information of the module or .js file.
Give two examples of truly global variables in a Node.js program.
Process, global, etc.