I.m not sure whats wrong
It seems straight forward??
Your code so far
var myname;
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15.
Challenge: Declare JavaScript Variables
Link to the challenge:
The “N” is supposed to be capitalized. JS sees “myName” and “myname” as two completely different identifiers.
just figuerd it out, but THANKS!!!
now the next challenge
I dont understand