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 bubbling?

  1. A An event travels from the target up through its ancestors to the root
  2. B An event travels from the root down to the target
  3. C An event fires repeatedly until handled
  4. D Multiple events firing simultaneously
Answer

An event travels from the target up through its ancestors to the root

Bubbling is the default phase for addEventListener and is what makes event delegation possible. Capturing is the opposite, downward phase.

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