What is the use of underscore variable in repl?
Answer / Nitin Giri
The `_` variable in Node.js REPL (Read-Eval-Print Loop) is used as a shorthand for the previous value returned by an expression.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can you create http server in nodejs, explain with code
Explain event loop in node js?
What we use buffer class in node.js?
Give an example of writable stream in node.js?
Using the event loop what are the tasks that should be done asynchronously?
What is Child Process and Cluster? What are the difference?
What is the passport in Node.js?
Why to use Express?
List out the properties of process?
For what require() is used in node js?
What is the disadvantages of node.js?
What is the difference between events and callbacks in node.js?