adds code


REPL (Read Eval Print Loop) | Node Js | Tutorial For Beginner https://youtu.be/bI-gjajj5bk In node.js, REPL is a run-time environment It is similar to Shell or command prompt in Linux or Windows machines. The REPL stands for Read-Eval-Print-Loop  It is very useful when we want to test a simple JavaScript or node.js code snippets.  R – Read :- It reads the input statements provided by user, parse it to JavaScript data structure, and stores it in memory for further operations. E – Eval :- It will evaluate the parsed JavaScript data structure and return the result. P- Print :- Whenever the result is ready, then it will print the result. L – Loop :- Loops the input command until we press Ctrl + C twice to exit from REPL. What is the use of Node.js REPL? REPL terminal is useful to debug the code in an easy manner. The system directly involved with our expressions/commands. REPL is a handy tool when we wants to test, debug or just want to try something in JavaScript. Hello World Program | Web application Node Js | Tutorial For Beginner https://youtu.be/gDQ-jU5bo7w Software Installation | Node Js :- https://youtu.be/7gi6lgK-BIA Node Js Download Link:- https://nodejs.org/en/download Software Installation Playlist https://www.youtube.com/playlist?list=PLHeKsaIQNmlqvVEHF9mMfUPMCPtIjlARL #Subscribe the #Channel #Link :- #bansodetechsoluiotn #ajupgrading https://www.youtube.com/c/AjUpgradingBANSODETECHSOLUTION?sub_confirmation=1 IF any #Query or #Doubt #DM on #Instagram :- #bansode_ajay_2102 https://www.instagram.com/bansode_ajay_2102?r=nametag Whatsapp Channel Link https://whatsapp.com/channel/0029VaOllPkEKyZAoy7K791X
Previous Post Next Post