First of all, the comment tells you be make changes below it. It may not matter, but get used to following instructions.
Secondly, once you have declared a variable with “var”, don’t keep using “var”. “var” only gets used once per variable.
Lastly, the instructions said: “Assign the contents of a to variable b .” In other words, they want you to assign not 7 but a itself. True, it is itself 7, but details are important.