adspace
Is it possible to evaluate simple expressions using node repl?
Answer Posted / Prashant Chauhan
Yes, you can evaluate simple expressions using Node REPL (Read-Eval-Print Loop). To start the REPL, simply type `node` in your terminal.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers