Event Delegation is a pattern based on the concept of Event Bubbling. It is an event-handling pattern that allows you to handle events at a higher level in the DOM tree than the level where the event was first received.
Table of contents
A Brief Intro to Event PropagationHow Does Event Delegation Work?Benefits of Event DelegationWrapping UpSort: