This repository contains starter files for a[ LL12 debugging exercise intended to introduce students to debugging forms and DOM event handling.
- Clone this repository or open it in GitHub Codespaces.
- Navigate to the provided starter files.
You will collaboratively debug a simple quiz form designed to test your knowledge of the Document Object Model (DOM) and event handling. The exercise illustrates common pitfalls and debugging techniques.
- Understand form submission events in JavaScript.
- Learn how to prevent default browser behaviors.
- Practice adding event listeners and handling DOM events.