List of Nodejs Interview Questions
- R - Read
- E - Evaluate
- A - Print
- L - Loop
When you execute Node.JS code from your command line or Terminal, you will enter the Node REPL
A module is an encapsulated and reusable chunk of code that has its own context.
In Node.js each file is treated as a separate module.
- Local module
- Built-in module
- Third Party module
Each Module has its own scope