जॉइन Examsbookउत्तर :
What is a REPL in context of Node.js?5
प्र: What is a REPL in context of Node.js?
- उत्तर देखेंउत्तर छिपाएं
- Workspace
उत्तर :
व्याख्या :
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

