Storing Values with the Assignment Operator - what is wrong?

My answer is:

var a = 7;
var b = a;
What is wrong?
Screenshots_2018-02-21-13-13-33
I found answer

You didn’t put anything in the “Tell us what’s happening” section. Please tell us what is going on and what steps you have tried to fix it.