Learn how to detect click events on target child elements by assigning JavaScript event listeners to parent elements. We'll use event bubbling to to add and remove boxes from out list of guests.

This tutorial is Part 10 from HTML & CSS Crash Course for a JavaScript Developer series.
https://www.youtube.com/watch?v=pB2tCUNfyDQ&list=PLv9Pf9aNgemuYdHkUa_knXKMYZcW9WEaf

#html #javascript #tutorial