Free Coding Lessons
Explore interactive coding lessons in Python, AI, JavaScript and more. Learn at your own pace with step-by-step tutorials designed for ages 8-18.
JavaScript
Build a Color Palette Generator
Learn JavaScript by building a colorful palette generator! Use Math.random() to create hex colors, template literals to format them, and the Clipboard API to copy colors with one click.
16 sections
JavaScript
Build a Weather Dashboard with Fetch API
Learn modern JavaScript by building a live weather dashboard. Use fetch() and async/await to call a real weather API, parse JSON data, and dynamically update the page.
16 sections