NEBians
search Sign In Register
bolt
Coding Adventures Ages 12-19 Intermediate

JavaScript Quest

JavaScript is the programming language that runs in every browser on Earth — it powers games, chat apps, animations and every button that does something. This quest takes you from your first console.log to writing functions that pass hidden tests, and finally to wiring up a real interactive page where your code reacts to clicks. Neby secretly tests your functions with surprise values, so only genuinely working code wins.

You will learn: doneVariables and expressions doneWriting and calling functions doneConsole debugging doneDOM events and listeners doneMaking pages interactive
play_arrow Start course play_lesson3 lessons schedule~65 min total

Lessons

1 calculate Variables & Numbers Meet the console, store values in variables and let JavaScript do your maths — goal checks watch your output live. Coding game 20 min done 2 function Functions in Action Write reusable functions like double(n) and greet(name) — then watch Neby secretly test them with surprise values. Coding game 20 min done 3 touch_app Make It Interactive Connect JavaScript to a real page: listen for button clicks, change text and colours, and count every click. Coding game 25 min done