Im new to coding so i did javascript and this won't work bug maybe?

so i recently started to learn to code in java script and it keeps saying this is wrong i can not figure out why.
// Setup
var a;
a = 7;
var b;

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

Challenge: Assigning the Value of One Variable to Another

Link to the challenge:

The requirement is for to assign a to b and not b to a.

1 Like

oh i thought i tried that guess i didnt

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