adspace
Answer Posted / Anoop Kumar
REPL (Read-Eval-Print Loop) is an interactive shell in Node.js that allows developers to run JavaScript code and see the results immediately. It's useful for testing code snippets, experimenting with functions, and debugging issues.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers