Google News
logo
NodeJS - Interview Questions
What is REPL? What purpose it is used for ?
REPL stands for (READ, EVAL, PRINT, LOOP). Node js comes with bundled REPL environment. This allows for the easy creation of CLI (Command Line Interface) applications.
Advertisement