Node REPL
REPL (Read Evaluate Print Loop) is a programming language environment that takes single expression as user input and returns the result back to the console. REPL is just like the IDLE for Python.
Read -It reads the user’s input and parses it into Ja...
blog.charleskasasira.com2 min read