Day 2: NodeJS - Node REPL and Modules
Node REPL
REPL Stands for (Read-Eval-Print-Loop). It is a command line-based tool in which we can issue Node commands or JavaScript code
We can perform a variety of operations in this REPL tool. In Image 1 which is the one on the top, we can see tha...
saketsk.hashnode.dev5 min read