javascript if (ready && !winner) { winner = true; $('#status').text('Player ' + (index + 1) + ' wins!'); setTimeout(resetGame, 3000); }