How do I do this

Tell us what’s happening:
It says this : ```
a should be assigned to b with =

Have i not already done that

Your code so far


// Setup
var a;
var b = 2;

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

**Challenge:** Storing Values with the Assignment Operator

**Link to the challenge:**
https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/basic-javascript/storing-values-with-the-assignment-operator

Yes

Put semicolons to pass