Event Delegation in JavaScript #8867
Labels
Assigned
Assigned to some work
documentation
Improvements or additions to documentation
Frontend Dev HTML/CSS/JS
GWOC21
Description
Event Delegation is basically a pattern to handle events efficiently. Instead of adding an event listener to each and every similar element, we can add an event listener to a parent element and call an event on a particular target using the .target property of the event object.
Domain
Frontend Dev HTML/CSS/JS
Type of Contribution
Documentation
Code of Conduct
The text was updated successfully, but these errors were encountered: