We can use console.log() to display variables, too.

Place the variable between the parentheses of console.log().

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