Hello. You seem to have made some changes to the code above the line labelled “Only change code below this line”. Please kindly hit the button that says “Reset this lesson”.
From there, type below the line and use the assignment operator to assign the value of a to b.
And here is a fine example of using the assignment operator.
var test;
test = 5;
In this example I use the assignment operator to assign the value of test to 5.