No Sign Up Required100% Free Forever
Learn to Code
Free Forever
Master JavaScript, Python, and 10+ programming languages with interactive coding exercises. Practice makes permanent.
Start Learning Now
PrivateNo trackers. Just code.
750+
Coding Exercises
12
Languages
100%
Free
JavaScript3
2/3
67%BeginnerVariables
3 / 10Console Output
Fill in the blank to log the greeting variable
Tap the blank to select
1
const greeting = "Hello";
2
const name = "World";
3
console.log(???);
Reset
Check
Choose your language
Beyond languages
Free ResourcesEverything you need
Everything you need
to level up
Tutorials, guides, and cheatsheets to accelerate your coding journey
Try It LiveSee how it
See how it
actually works
Watch the demo or click to try it yourself
lesson.js
1function greet(name) {
2 return "Hello, " + ???;
3}
01
Read
Scan the code and spot the blank
02
Choose
Pick from multiple choice options
03
Learn
Build muscle memory through repetition