Let's talk some more about variables! In order to create a variable we need to create it with the var keyword. That's what we call a declaration.

So let's declare the name variable!

Good stuff! But why does name seem to be undefined?

Are you sure that document.write() is a great help at declaring a variable?