0%
Instructions
Hello, JavaScript! ⚡
Welcome to JavaScript — the language that powers the web!
What is JavaScript?
JavaScript is the programming language of the internet. Every website you visit uses JavaScript to make things interactive.
JavaScript can:
- 🌐 Make websites interactive
- 📱 Build mobile apps (React Native)
- 🖥️ Create servers (Node.js)
- 🎮 Build games
- 🤖 Power AI applications
console.log()
In JavaScript, we use console.log() to print output:
console.log("Hello, World!");
This will output:
Hello, World!
💡 Did You Know? JavaScript was created in just 10 days by Brendan Eich back in 1995. Despite the name, it has nothing to do with Java!
Your Turn!
Print Hello, World! using console.log().
Help
Hello, JavaScript!Exercise 1/10 • 10 XP
❴❵ script.js
Terminal