Skip to content

Commit 5a1ae84

Browse files
Joey ReyesJoey Reyes
authored andcommitted
Completed Day 30 of JavaScript30
1 parent 553f11b commit 5a1ae84

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

30 - Whack A Mole/index-START.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ <h1>Whack-a-mole! <span class="score">0</span></h1>
8383
scoreBoard.textContent = score;
8484
}
8585

86+
8687
moles.forEach(mole => mole.addEventListener('click', bonk));
8788

8889
</script>

0 commit comments

Comments
 (0)