Give the name variable the value "Mario" and finish the statement with a semicolon.

Great! Now we have a variable that holds Mario's name.

Make sure to assemble var name = "Mario"; in your code.