Node.js

REPL Terminal

Node.js / REPL Terminal

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.
Technology
Node.js
want to connect with us ?
Contact Us