Event Delegation in javascript
What is Event Delegation ?
We can say that Event Delegation is a method of handling events for multiple HTML elements via a single event listener on their parent element. It is only possible because of how events propagate up to the hierarchy on the ...
lomesshh.hashnode.dev3 min read