Answer :
After you declare a variable, you can assign a value to a variable. Assigning a value to a variable means storing a value to a variable. To assign a value, use the equal sign: var age; ... In this one line above, we declare a variable called age when we assign the value 55.