Skip to content

Event Delegation in JavaScript #8867

@subhangi2731

Description

@subhangi2731

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions