About This Learning Lab
🔬 What I Learned
The building blocks of JavaScript: variables, data types, and operators.
By the end, I could store information, check its type, and make calculations—all the basics for real programs.
🎯 How I Practiced
I built my own Robot ID Card, piece by piece.
Each station added something new to the card, so I could see my code actually doing something.
🎨 My Philosophy
Mistakes are data, not failures.
Prof. Teeters says the fastest way to learn is to break things, understand why they broke, and fix them.
🤔 My Advice
Don't try to memorize everything at once.
Focus on understanding why code works. The syntax will stick once the concepts click.
Learning Stations
Interactive Demos
Each station has a companion demo where you can experiment without writing code: