From afa33b8c5935c4e77ff32b1e824ff14396fcf953 Mon Sep 17 00:00:00 2001 From: JACOB WALLACE Date: Wed, 23 Oct 2019 12:47:37 -0500 Subject: [PATCH] I made the alert pop correctly --- js/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/app.js b/js/app.js index fab6d0f..3c0c24c 100644 --- a/js/app.js +++ b/js/app.js @@ -113,6 +113,7 @@ document.querySelector('.btn-hold').addEventListener('click', function() { document.querySelector('.player-' + activePlayer + '-panel').classList.remove('active'); gamePlaying = false; + alert(activePlayer+'WINNER'); } else {