What is a JavaScript module?
Module is a single js file, supported by node using heavily influenced common js
What values are passed into a Node.js module’s local scope?
dir name, file name, exports, module, require
Give two examples of truly global variables in a Node.js program.
immediate object, interval object, timeout object