When we store data in a data structure, we call it a variable. JavaScript variables are written in camel case. An example of camel case is: camelCase. You can declare a variable this way var myName = ...
In our second "Learn to Code" lesson, we'll be taking a look at how to actually work with the variables and data types we learned about in the first lesson. Get excited—it's time to put your new ...