Front End Programmer Question: Download Front End Developer PDF

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.

Download Front End Developer PDF 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?