node-module-system Flashcards
1
Q
What is a JavaScript module?
A
Node.js treats each .js file as a module.
2
Q
What values are passed into a Node.js module’s local scope?
A
The information of the module or .js file.
3
Q
Give two examples of truly global variables in a Node.js program.
A
Process, global, etc.