SyntaxError: unknown: Missing semicolon. (1:3)

Tell us what’s happening:

Sorry guys I’m literally starting and this is all I typed and it is already giving me error messages. It says SyntaxError: unknown: Missing semicolon. (1:3)

Can someone please help?

Your code so far

Var myName;

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36

Challenge Information:

Basic JavaScript - Declare JavaScript Variables

1 Like

Check the first letter casing here. It shouldn’t be Capitalized.

1 Like

Thank you so much mate!!! You saved me.

1 Like

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