In this tutorial we begin our discussion on variables in JavaScript. We discuss the naming conventions for naming variables in JavaScript and discuss the importance of using variables in our programming languages. In the lab we demonstrate how variables are assigned values, how the variable is created and how we can dynamically assign a value to a variable based on the values of other variables.