Event Delegation
Event Delegation
Capturing and bubbling allow us to implement one of the most powerful event-handling patterns called event delegation. Event delegation is a technique in JavaScript that allows you to add a single event listener to a parent element, ...
divijsehgal.hashnode.dev5 min read