The challenge: You should declare myName with the var keyword, ending with a semicolon
I know it’s not very obvious, but it means that it does not want you to assign the variable a value - just declare it. Try to replicate the example from the text, but with the correct variable name: var ourName;