Front End Programmer Question:
What is event delegation?
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 Question | Next Question |
Tell me why do we need to use W3C standard code? | What are this and that keywords? |