Beginner Codes/JavaScript/Hello, JavaScript!
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/1010 XP
❴❵ script.js
javascript.code
javascript
Loading...
Terminal
Terminal — javascript
Beginner Codes Terminal v1.0.0
─────────────────────────────────────
Ready. Click "Run Code" to execute...
Ready
Piston APIJAVASCRIPT0 lines