Unable to Pass Declare JS Variables Tests

Tell us what’s happening:

Your code so far


var myName = "Aziz";
let ourName = "freeCodeCamp";

Your browser information:

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

Challenge: Declare JavaScript Variables

Link to the challenge:

Also, I have just started learning javascript. I intend to be an expert in this field. What sources would you recommend I learn from?

Hi @kadirkadirov678 !

I edited the title of your post since you were asking about two different things.

For this challenge, all you need to do is declare the variable not assign anything to it.

Also, you have two variables here and you only need this one

As for javascript resources, here is what I would recommend.

Welcome, kadir.

If you have a question, please edit your post to include it in the Tell us what’s happening section, along with any more descriptive content about what you are trying to achieve, or are struggling with.

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

Thank you.

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