[L] JavaScript The Event Model

A walkthrough of how events works in JavaScript, including

  • Bubbling
  • Capture
  • Prevent default
  • Event object
  • Synthetic events

Resources

Resources that are used, or are relevant, for the areas that the lecture covers.

  1. MDN on Events
  2. MDN Event reference
  3. MDN Creating and triggering events