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...
the_OldSchool_coder

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 :
check if there is NODE js or not :โ
if it give number instead of erroe congratulation welcome to js .