eventsJavaScriptEventsMediumHow is event capturing different from event bubbling?1Capturing goes from ancestor down to the target; bubbling goes target up to ancestors2They are the same3Capturing is enabled by default4Bubbling travels downwardBack to list