We can only use console.log() to display a variable after we create it.

Finish creating the variable box then display it to see what happens.

You got it!

You need var box to create the variable and box for console.log(box).