adspace


Explain the tasks of terms used in node repl?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Is node js losing popularity?

592


How we can read a file in node js?

571