yin
1
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:
eygis
2
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!
yin
3
Bingo! Thankyou very much.
system
Closed
4
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.