From cf80467c9d6ba0907f75c72da572b465af12d91d Mon Sep 17 00:00:00 2001 From: Paschalis Tsio <125591063+paschalis777@users.noreply.github.com> Date: Fri, 17 Feb 2023 12:26:24 +0200 Subject: [PATCH] Update app.js
--- 6-space-game/5-keeping-score/your-work/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/6-space-game/5-keeping-score/your-work/app.js b/6-space-game/5-keeping-score/your-work/app.js index 2bd9e5ac..31f2c307 100644 --- a/6-space-game/5-keeping-score/your-work/app.js +++ b/6-space-game/5-keeping-score/your-work/app.js @@ -166,6 +166,7 @@ window.addEventListener('keyup', (evt) => { eventEmitter.emit(Messages.KEY_EVENT_SPACE); } }); +
hello
function createEnemies() { const MONSTER_TOTAL = 5;