Cannot move on to next lesson

browser would not move on to next lesson.
running tests shows “tests completed.”

Your code so far


var myname;

Your browser information:

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

Challenge: Declare JavaScript Variables

Link to the challenge:

Hello and welcome!

The issue here is very small—Javascript is case sensitive, double-check the name of the variable that you’re being asked to declare.

Hope this helps!

Bingo! Thankyou very much.

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