Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.

Well done!

You have completed Object-Oriented JavaScript: Challenge!

Instruction

Build the gameOver() Method

Assignment: Write a method called gameOver() inside the Game class according to the requirements and guidelines below. Requirements and Guidelines for gameOver() Method /** * Displays game over message. * @param {string} message - Game over message. */ This method should receive one argument message, a string value to be displayed on screen when the game has ended i.e. "Play...