Basic JavaScript - Declare JavaScript Variables

Tell us what’s happening:
Describe your issue in detail here.
I am doing exactly what it says I’m so confused

Your code so far

var myName;

Your browser information:

User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 16_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Mobile/15E148 Safari/604.1

Challenge: Basic JavaScript - Declare JavaScript Variables

Link to the challenge:

Welcome to the forum @Whipple432 !
In this challenge you need to declare a variable in JavaScript. For example:

Var myCity = “London”;
I hope this helps!

Your code passes the test. Try resetting and refreshing the challenge. If that doesnt work then make sure you have no extensions enabled. Things like ad blocker, and dark mode can cause challenges to fail. Lastly, if the above doesnt work then try submitting the challenge in a different browser

It is a bug you will have to copy and paste in the code instead of writing it.


The bug has been fixed and needs to get pushed to production.

Thank you everyone! I was getting so angry at this lol!

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