Variables a and b are declared: var a, and var b. The value 7 is assigned to a variable a. The instruction says that you should assign the contents of a to variable b. In other words, variable b should also have the value of 7, but you are not supposed to assign that number to b, but variable a.