Variables, what are they? In JavaScrip a variable is something we assign to hold data that we can use throughout our code. Variables, how do I write them? Different coding languages VARY in the syntax that is used to create variables. Variables in Javascript are declared using a keyword (also known as reserved words, for more information click here)…