Let's test your knowledge. Click the correct answer from the options.
What is event bubbling in JavaScript?
Click the option that best answers the question.
- The process of capturing an event at the element on which it occurred and then propagating it to its parent elements
- The process of capturing an event at the parent element and then propagating it to its child elements
- The process of capturing an event and stopping it from propagating to its parent elements
- The process of capturing an event and preventing it from being handled by any other element