Is there a glitch with this?

Tell us what’s happening:

Your code so far


var myname = "si";

Your browser information:

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

Challenge: Declare JavaScript Variables

Link to the challenge:

HI @juancadesu14 !

Welcome to the forum!

This is a common mistake where people don’t follow the rules :grinning:

Your task is to declare a variable of myName .
NOT declare and assign it a value.

Here is the FCC example of how to declare a variable

var ourName;

Just do the same thing but with myName instead.
Also please note the difference between how I wrote myName and how you wrote it.

Casing matters :grinning:

1 Like

thank you so much, this was really useful

1 Like

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