Join ExamsbookAnswer :
What is a REPL in context of Node.js?5
Q: What is a REPL in context of Node.js?
- Show AnswerHide Answer
- Workspace
Answer :
Explanation :
Read - Reads users input, parse the input into JavaScript data-structure and stores in memory Eval - Evaluates the data structure Print - Prints the result Loop - Loops the above command until user press ctrl-c twice