LearningFuze Full Immersion > node-module-system > Flashcards
What is a JavaScript module?
A JavaScript module is a single .js file
What values are passed into a Node.js module’s local scope?
Give two examples of truly global variables in a Node.js program.
2. the console object