⟩ What is event bubbling, and why is it beneficial to use?
Event bubbling transfers events contained within the child node to the parent node. It's a beneficial method because of its speediness, as it only requires the code to traverse the DOM tree one time.