Variables are containers that help us remember information for later.

We create them with the word var and a name, or identifier, and give them a value with the = sign.

See that? name and age are variables that contain information, or data. When we put them in the parentheses of console.log(), we reveal their content.

Are you sure that variable is available here?