In this lesson, we will learn how to store numbers and text in variables. A variable is like a labeled box where you can store a number or some text, and later use the label to recall the stored value.
Think of variables like contacts in your phone. You save someone's number under their name, and later recall the number by their name.
Run the code sample below to see some variables at work.
Output (Console)