HomeModule 11 — Events
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