Tell us what’s happening:
I got it right but I would like if someone could explain to me why it works with b = a and not the other way around which is what I tried first. Also when I defined the last var it is in white font why is this and what does it represent. It did it with the wrong answer as well as the right one?
Your code so far
// Setup
var a;
var b = 2;
// Only change code below this line
**Link to the challenge:**
https://www.freecodecamp.org/challenges/storing-values-with-the-assignment-operator