What is a JavaScript module?
A module is a single .js file
What values are passed into a Node.js module’s local scope?
Exports, require, module, __filename, __dirname
Give two examples of truly global variables in a Node.js program.
Process, console, global