Say Hello to JS 👋

Say Hello to JS 👋

so we will start to write our 1st js code

let’s get started.

console.log("hello ayush");

what is REPL ?


there are many hints in JS repl/console that we can ezly debug JS code :-


note :→

Installing NODE JS :

Install NODE js from here


check if there is NODE js or not :→

if it give number instead of erroe congratulation welcome to js .


Â