What are globals in node.js?
Answer / Puneet Awasthi
{n "globals": "Variables or functions that are available within the global scope of a Node.js application",n "example": "var myGlobal = 'Hello World'; console.log(myGlobal);"n}
| Is This Answer Correct ? | 0 Yes | 0 No |
Using the event loop what are the tasks that should be done asynchronously?
Which module is used for buffer based operations?
How will you debug an application in Node.js?
How long will it take to learn node js?
Why Node.js application is scalable?
What are global installations of dependencies?
What is npm? What is the main functionality of npm?
How to run multiple node js files?
How to connect mysql database using node js?
What do you understand by middleware? How can you use middleware in node js?
Explain 'Path' module in Node.JS?
Describe the exit codes of node.js.