Which word do we use for creating variables in JavaScript?
Spot on! We create variables using the word var.
var
We'll need to use a three letter word that sounds a lot like the word variable.