We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hello,
Why is a function needed under the unlock function? The following doesn't work... why doesn't it?
Game.prototype.unlock = function() { if (this.level === 42) { console.log(this.name + " is blasting you with laser beams."); } }
...
robby.unlock(); rosie.unlock();