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: