Getting Started With Node.js REPL
Node.js Read-Eval-Print-Loop (REPL) is an easy-to-use command-line tool, used for processing Node.js expressions. It captures the user’s JavaScript code inputs, interprets, and evaluates the result of this code. It displays the result on the screen a...
abhinavjha07.hashnode.dev3 min read