You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
event delegation: adding one event listener to a parent, which deals with the instances of whether the click was on a child, instead of an event listener for each child
but we still want the event to bubble up the DOM as little as possible