Please help me with this. ;-;

Tell us what’s happening:
Hi all. I’ve trying myself to complete this level but I can’t cause it’s too hard. :sob:

Please help me or else I will log out of the freeCodeCamp website. :sob: :sob: :sob:

Your code so far


// Setup
var a;
a = 7;
var b;

// Only change code below this line
b = 7;
a = b;

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 6.0.1; SM-J700F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Mobile Safari/537.36.

Challenge: Assigning the Value of One Variable to Another

Link to the challenge:

1 Like

Hello @pummarinbest. No need of logging out of FCC!
The problem with your code is that you need to give the value of variable a to variable b. But, you did the opposite! Also, no need to assign any value to variable b.

3 Likes

Thank you! Now I have passed this level. :grinning:

1 Like

It is great to see an individual @paulsonstech provide a quick solution in a time of despondence. :grinning:

1 Like

Thanks for your appreciation @pummarinbest & @joeschmode! This forum is full of helping hands! :grin: :smiling_face_with_three_hearts:

1 Like