eventsJavaScriptEventsEasyIn event bubbling, an event propagates:1From the target element up to the root2From the root down to the target3Only on the target, never elsewhere4Randomly across the DOMBack to list