REPL
Learn about the REPL module in Node.js.
We'll cover the following...
Read Evaluate Print Loop (REPL)
As the heading suggests, REPL does exactly what it stands for. You may already have used a REPL environment before but might not have known about it. Terminals, and even the console on Google Chrome, are REPL environments. A REPL environment can be a quick and easy way to test some code. Think of it as a rough paper to run some code quickly. The REPL reads ...
Access this course and 1400+ top-rated courses and projects.