So to create a variable we need first to add the keyword var, or lead. So first you add var, and then you add the name of that variable. So for example, you want the name or the label of that box, so to speak, is my name. and the value, or the the thing that you want to store inside that variable or that box is going to be equal to you are gods, and then inside then you add the value. For example, your name could be gone anything, and then you add the semicolon. So this is called a variable.
And this is how you create a variable. And you can also create a variable by using the keyword let l e t, and then the name of that variable. My name couldn't be more name or my name one so that we can differentiate between the first and the second one equals to anything else could be K, and then semicolon. So this is how you create a valuable three parts, you need to keep in mind the key word so that you tell JavaScript that you are creating a variable and then the label or the name of that variable so that whenever you want to use it, you can access it by using that label or that name. And then the value that you want to store inside that variable