What is a JavaScript module?
is a single .js file. This file contains a module that is designed with a small chunk of functionality –
What values are passed into a Node.js module’s local scope?
(function(exports, require, module, __filename, __dirname)
Give two examples of truly global variables in a Node.js program.
process and globals