Basic JavaScript - Declare JavaScript Variables

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

Your code so far


var myName = "Nido"
myName = 8

Your browser information:

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

Challenge: Basic JavaScript - Declare JavaScript Variables

Link to the challenge:

:balloon: Hi, welcome to the forum!
We see you have posted some code but did you have a question?

(You have not filled out the “Tell us what’s happening:” field above)

hello and welcome to fcc forum :slight_smile:

  • you are attempting what not been asked in this step

lets read from instructions

Use the var keyword to create a variable called myName.
Hint
Look at the ourName example above if you get stuck.

as it mentions here, simply create" a variable called “myName” and thats it for this step, address that change and it should be alright, happy learning :slight_smile:

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