JS Variable Challenge,

Tell us what’s happening:
Link to the challenge:

Challenge: Declare JavaScript Variables

Your code so far


var myName = "Mark";

What, pray tell, am I doing wrong here? I have clear code, refreshed the browser, and still no joy!

I believe that the challenge wants you to declare but not initialize the variable. ie remove the = "Mark"

1 Like