Is it possible to evaluate simple expressions using node repl?



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

Post New Answer

More Node.js Interview Questions

What is the difference between events and callbacks in node.js?

1 Answers  


Is nodejs a framework?

1 Answers  


What do you understand by the term i/o?

1 Answers  


What is a piping in node.js?

1 Answers  


How do you read a directory using node.js?

1 Answers  


What is package.json file in node project?

1 Answers  


Why node.js is quickly gaining attention from java programmers?

1 Answers  


Explain “Console” in Node.JS?

1 Answers  


Does node.js provide any debugger?

1 Answers  


Which command is used to import external libraries in node.js?

1 Answers  


What is module?

1 Answers  


Explain 'buffer class' in node.js?

1 Answers  


Categories