Explain the tasks of terms used in node repl?
Answer / Ritu Brijpal Saini
Node REPL (Read-Eval-Print Loop) includes the following terms:nt1. eval: Evaluates JavaScript code entered by the user.nt2. print: Prints the result of the evaluation to the console.nt3. global: Provides access to the global object in Node.js, which stores variables that are accessible throughout your application.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to decode buffers?
How will you read a file using node?
What is a node js developer?
Does node.js provide any debugger?
Explain event loop in node js?
Are callbacks asynchronous?
Why is node asynchronous?
What is stub in node js?
How to use aggregation in mongoose?
What is the use of module.exports in node.js?
What is the revealing module pattern?
In node.js, which framework is used commonly?