adds code


Hi All, Welcome back to NodeJS tutorial course. I hope you all have watched my previous sessions which explains introduction setup of nodejs, architecture , features, v8 engine , global objects live coding. If not, below are the links - Node.js - Section 1 Introduction & Setup - https://youtu.be/HSUqB2SWPkw Node.js - Section 2 Architecture & Features - https://youtu.be/n1x2hW8baas Node.js - Section 3 V8 Engine & First Example - https://youtu.be/BwwRrySrKJ4 Nodejs - Section 4 Globals & Live Examples - https://youtu.be/Fuhd6pYhMRY In this video am going to explain you all about REPL/console. Will also be showing live example on how to use these REPL. REPL - Node.js comes with virtual environment called REPL (aka Node shell). REPL stands for Read-Eval-Print-Loop. It is a quick and easy way to test simple Node.js/JavaScript code. It specifies a computer environment like a window console or a Unix/Linux shell where you can enter the commands and the system responds with an output in an interactive mode. For live examples, please watch this video
Previous Post Next Post