MakeMyTrip interview question

What is event Bubbling with code example.

Interview Answer

Anonymous

12 Feb 2020

Event Bubbling is the event starts from the deepest element or target element to its parents, then all its ancestors which are on the way to bottom to top.