What is a REPL in context of Node.js?

Correct Answer: 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

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion