JavaScript is the language that makes websites interactive. It runs in your browser and can do things like respond to clicks, change content dynamically, and communicate with servers.
Output will appear here...
Output will appear here...
console.log() to print messages in the browser console.let and const declare variables β use const for values that donβt change.console.log().