Module 11
Events
Respond to user actions — clicks, keyboard input, mouse movements, form submissions.
Prerequisite Complete Module 10 — DOM Manipulation first.
📋 What You Will Learn
- What events are and how they work in the browser
- addEventListener — attach event handlers
- Common event types: click, keydown, submit, input, mouseover
- Event bubbling and capturing
- Event delegation — efficient event handling
📖 Lessons
- 1What are Events?Ready
- 2Event ListenersReady
- 3Event TypesReady
- 4Event Bubbling & CapturingReady
- 5Event DelegationReady