REPL stands for read-eval-print-loop, or just an interactive session (usually in your terminal), where you can enter some expression and immediately evaluate it, seeing the result. After evaluating, the whole flow repeats, and it works until you exit the process….
Source: https://blog.bloomca.me/2018/07/09/nodejs-repl-in-depth.html