Event Delegation in JS
Introduction
Event delegation is a technique for handling events in javascript. In this technique instead of applying event listeners to the individual target elements, listeners are attached to their common parent element.
We don't always use this t...
sourabhkheraliya.hashnode.dev7 min read