With lives now at 0, tell the user the game is over.
lives
0
Make sure to pick console.log followed by ( and then "Game over!", ), ;.
console.log
(
"Game over!"
)
;