[JavaScript] Understanding Event Capturing, Bubbling, Delegation
Introduction
In this article, I will be talking about how the browser detects that there is an event.
The standard DOM Events describes 3 phases of event propagation:
Capturing phase - The event goes down from top to bottom
Target phase - reaches t...
jaylog.hashnode.dev4 min read