Assi 11
Assi 11
What is REPL?
Node.js comes with virtual environment called REPL. REPL stands for Read-
Eval-Print-Loop. It is a quick and easy way to test simple Node.js/JavaScript
code.
1. .save filename save current node REPL session to file