We've discovered that we use variables without repeating the var keyword.

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

Great job! The first time we use name we need to add the var keyword. We don't need to add it the second time.

Make sure you use var name first and name second.