JavaScript Associate — Easy
Key points
- Event bubbling involves propagation from child to parent elements
- Helps in capturing events at different levels in the DOM
- Can be controlled using event.stopPropagation()
- Useful for delegation of event handling
Ready to go further?
Related questions
