Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up

What is event delegation?

  1. A Attaching one listener to a parent element and using event.target to identify the source
  2. B Passing events between functions
  3. C Delaying event handling
  4. D Assigning events to a web worker
Answer

Attaching one listener to a parent element and using event.target to identify the source

Delegation reduces the number of listeners and automatically handles elements added later, since the event still bubbles to the ancestor.

All Javascript MCQs

Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up as