Explaining what an event
is, how they are dispatched to EventTargets
, and you can respond to those events by adding event listeners. This lesson also covers how events move through EventTarget
's that participate in a tree (such as elements in the DOM): a ↓ capture phase, ◎ target phase and an optional ↑ bubble phase