I feel like i put in what its asking me to do but idk anymore help

Tell us what’s happening:
Describe your issue in detail here.

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/100.0.4896.127 Safari/537.36

Challenge: Declare JavaScript Variables

Link to the challenge:

Hello there.

Do you have a question?

If so, please edit your post to include it in the Tell us what’s happening section.

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more information you give us, the more likely we are to be able to help.

yeah so this is the challenge ( Use the var keyword to create a variable called myName .) and i put var myname; what else does it want me to do

OK

That isn’t identical to the required name

1 Like

Hi @hansart13 !

Welcome to the forum!

In programming, the computer will look for the exact spelling of the variable name.
Every little detail matters, including capitalization.

As an extra tip, when working on challenges, you will save yourself a lot of time if you copy and paste the variable name they want you to use instead of typing it out yourself. That way you won’t run into these issues

Hope that helps!

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