Variable – the name of the location in the program’s memory where a piece of data is stored. Variables are used as a placeholder and called when needed to execute a piece of code. Variables can change or “vary.”
Example: var age = 17
The word “age” is used to hold the number “17” which represents the value for age.