The computer executes each line of code. Like this one that creates the variable box.

Piece it together to see what happens.

And nothing? Something did happen: box now has the value "word". It's just that we can't see it.

Make sure your code reads var box = "word";.