What is a JavaScript module?
is a single .js file. that makes a part of a whole application.
What values are passed into a Node.js module’s local scope?
exports, require, module, __filename
Give two examples of truly global variables in a Node.js program.
global (truely global), process