Storing Values with the Assignment Operator Challenge

Tell us what’s happening:
Hello, please, can anyone help me? I’ve trying to solve this challenge and i haven’t been able to. Everything’s fine except for
“a should be assigned to b with =”
i thought that assigning the 7 to var b was the answer, and then i placed ‘‘var a;’’ to var b like it said but nope. I feel so dumb bc probably is an easy answer but i just can’t figured it out.

Your code so far

// Setup
var a;
var b = 2;

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

Your browser information:

Your Browser User Agent is: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36.

Link to the challenge:
https://www.freecodecamp.org/challenges/storing-values-with-the-assignment-operator

thank you!
I got the answer right, finally.