reading-notes

Events

  1. select the element you want the script to respond to
  2. indicate which event the selected node will trigger the response
  3. state the code you want to run when the event occors

the flow of events only really matters when your code has Event Handlers on an element and one of its ancestors or decendant elements

Forms