So let's now create a variable in our file here. So for example, I'm going to create a variable called var name equals to most. And as you can see, now, this is a variable where the label is is the name and the value that is inside that container is a string of most of a name. And of course variables. There are many forms of variables you can store, not just the strings, you can store a numbers, integers, doubles and arrays, many things, which we are going to talk about later. We can also for example, create a variable called age equals to 25 and semicolon.
And as you can see, now we have another variable. And once you've created that variable, a specific memory location is going to be given To this variable age, and that memory location is going to store the value inside it which is 25. The same goes for the name, a variable, a memory location is going to be created, and the value of that memory location is going to be most