Is it possible to evaluate simple expressions using node repl?
Answer / Prashant Chauhan
Yes, you can evaluate simple expressions using Node REPL (Read-Eval-Print Loop). To start the REPL, simply type `node` in your terminal.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between events and callbacks in node.js?
Is nodejs a framework?
What do you understand by the term i/o?
What is a piping in node.js?
How do you read a directory using node.js?
What is package.json file in node project?
Why node.js is quickly gaining attention from java programmers?
Explain “Console” in Node.JS?
Does node.js provide any debugger?
Which command is used to import external libraries in node.js?
What is module?
Explain 'buffer class' in node.js?