Add name and var name to where they belong in the code.

Great job! The first time we use name we need to use the var keyword. The second time no more.

Make sure you use var name first and name second.