Note: You will usually see
constandletwhen using variables. However, you will see legacy code that usesvarto declare variables. DO NOT DO THIS, it is uneccessary in modern JavaScript.
A variable is a container for some value, usually one we want to re-use.
Consider this plain english example:
My name is Clark Kent.