What is the default scope in Node.js application
Global
Local
Global Function
Local to object
Correct Answer : B
Node.js application runs on __________
Simple or complex functionality organized in a single or multiple JavaScript files which can be reused throughout your Node.js application is called ________
The Node.js modules can be exposed using _________