REPL (Node.js)

The Node.js REPL (Read-Eval-Print Loop) is the interactive shell you get by running node with no file. You type JavaScript, it evaluates each line…