Learn coding magic through adventure!
Welcome, young apprentice! You've just arrived at the Academy of Code Magic. Your first lesson begins in the ancient Potion Room, where ingredients float mysteriously in labeled jars.
The wise Master Debugger approaches you with a knowing smile. "To become a true Code Wizard," she says, "you must first learn to store magical ingredients in containers. We call these containers... variables."
A variable is like a magical container that holds information. Just like a jar holds potion ingredients!
Example: playerName = "Alex the Brave"
This creates a container called "playerName" and puts "Alex the Brave" inside it.
Master Debugger hands you a glowing crystal. "Store your wizard name in this magical variable," she instructs.
What would you like your wizard name to be?