Keep in mind that a semicolon ; indicates the end of a statement.
This exercise does not require a value to be assigned to the variable, you just need to declare the variable as in the example. Note the capitalization as well!
@zy68098 on top of what @pkdvalis has suggested javascript uses camel case notation to write variable names i.e first word being lower case and the preceeding words start with a capital letter