What is a JavaScript module?
Individual js file
What values are passed into a Node.js module’s local scope?
Information of the module, exports, require, __fileName, __dirName.
Give two examples of truly global variables in a Node.js program.
Process, global