Front End Programmer Question:

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.


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