This repository contains starter files for the LL12 Whack-a-Mole interactive coding exercise, designed to reinforce understanding of DOM manipulation and event handling in JavaScript.
- Clone this repository or open it in GitHub Codespaces.
- Navigate to the provided starter files.
In this exercise, students will collaboratively build an interactive Whack-a-Mole game to practice DOM selection, element creation, and event handling.
- Learn how to select and manipulate DOM elements.
- Practice creating elements dynamically using JavaScript.
- Understand and implement event listeners to handle user interactions.