Front End Programmer Question:

What is event delegation?

Tweet Share WhatsApp

Answer:

Event delegation allows you to avoid adding event listeners for specific nodes. Instead, you can add a single event listener to a parent element.

Read All 67 Front End Developer Questions
Previous QuestionNext Question
Tell me why do we need to use W3C standard code?What are this and that keywords?