08. Event Bubbling πŸ‘©β€πŸŽ“πŸ‘¨β€πŸŽ“

πŸ“ Add Comments to Implementation of stopPropagation() Method

Work with a partner to add comments describing the functionality of the code found in the Event Bubbling Starter File.

πŸ“ Notes

Refer to the documentation:

MDN Web Docs on stopPropagation()

MDN Web Docs on creating and triggering events


πŸ† Bonus

If you have completed this activity, work through the following challenge with your partner to further your knowledge:

  • What is event delegation? How is it different from event bubbling?

Use Google or another search engine to research this.


βœ… Solutions

Solutions Click Here