Front End Programmer Question:
Download Questions PDF

What is event delegation?

Front End Developer Interview Question
Front End Developer Interview Question

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 Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me why do we need to use W3C standard code?What are this and that keywords?