Using Node CLI and REPL
CLI stands for command-line interface and REPL stands for Read Eval Print and Loop. Almost every programming language/environment or even framework provides REPL to play around with the features available.
In this article, we will be using NodeJs RE...
shrijantripathi.com.np4 min read