How to use the Node.js REPL console
Node.js has an integrated virtual environment - a so called interactive shell (which is sometimes called Node shell).
The interactive Node shell is called REPL, which stands for Read Eval Print Loop.
Read − The shell reads user's input (code) and pa...
mboehm.hashnode.dev5 min read