-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
AssignedAssigned to some workAssigned to some workFrontend Dev HTML/CSS/JSGWOC21documentationImprovements or additions to documentationImprovements or additions to documentation
Description
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
- I follow Contributing Guidelines & Code of conduct of this project.
Metadata
Metadata
Assignees
Labels
AssignedAssigned to some workAssigned to some workFrontend Dev HTML/CSS/JSGWOC21documentationImprovements or additions to documentationImprovements or additions to documentation