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