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...
May 13, 20227 min read177
