I don’t know what to do and don’t know whats wrong with my code

Tell us what’s happening:
Describe your issue in detail here.

Your code so far


var myname;

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15

Challenge: Declare JavaScript Variables

Link to the challenge:

Computers are usually very picky about case. The variable name myname is not the same as the name myName.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.