REPL Terminal
What is REPL
It is an interactive programming environment that allows users to run the JavaScript code directly in the terminal, It stands for:
- Read − It reads the user input and analyses it into the JavaScript expressions.
- Eval − It evaluates the analyzed JavaScript expressions.
- Print − It prints the evaluation result.
- Loop − Loops back to read the next input.