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