- “REPL” is a command line utility that comes in node package.
- It stands for “READ – EVAL – PRINT – LOOP“.
- This is a very handy tool for a Node developer. Node Developer can test their code here before going for the final code.
- This Demo , “shows some of the REPL command line use “.
- Open the node Command prompt(REPL prompt) for node,
- Let’s see the “global” object in console. As it has many properties, Lets check the module sub property in console prints,
- Handling and iterating ARRAY elements in REPL prompt,