Nothing here yet.
Nothing here yet.
Hello-world code 🤌 : console.log("Hello World) ; // console.log() prints the message to the console. Variables in JS 📦 : Variables store data values and can be declared using var, let, or const. var name = "HITESH"; let age = 25; // allows rea...
