How does REPL work under NodeJS in MERN stack?
A programme called the read, evaluate, print, loop (REPL)
accepts commands, evaluates them, and publishes the outcomes.
In order to create an environment for entering commands and
systems that respond to the output, REPL functions similarly to how Unix or Linux did.