What is a JavaScript module?
A single .js file
What values are passed into a Node.js module’s local scope?
string, exports, require, module, __filename, __dirname
Give two examples of truly global variables in a Node.js program.
Process object, and console, global object, set interval
module.exports
whatever is assigned to module.exports will be returned
process.argv
is an array, grab from index