Explain the tasks of terms used in node repl?



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

Post New Answer

More Node.js Interview Questions

How to decode buffers?

1 Answers  


How will you read a file using node?

1 Answers  


What is a node js developer?

1 Answers  


Does node.js provide any debugger?

1 Answers  


Explain event loop in node js?

1 Answers  


Are callbacks asynchronous?

1 Answers  


Why is node asynchronous?

1 Answers  


What is stub in node js?

1 Answers  


How to use aggregation in mongoose?

1 Answers  


What is the use of module.exports in node.js?

1 Answers  


What is the revealing module pattern?

1 Answers  


In node.js, which framework is used commonly?

1 Answers  


Categories