adspace
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