How do we display a variable?

console.log(name);console.log(var name);

Awesomesauce!

Remember that we don't need the keyword var when we want to output a variable.