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