You’re missing the point of the terminology. The instructions says to declare a variable and he does both (declares and assigns). And if you want to be technical about it, you can delete that line ‘use strict’ and it still works. Try it before you give wrong advice.
The technical reason why it won’t pass is because he’s missing the comment // Only change code below this line and apparently the parser wants this line in it.