Answers

Question and Answer:

  Home  Front End Web Developer

⟩ Please explain what Event Bubbling Is?

Event bubbling causes all events in the child nodes to be automatically passed to its parent nodes. The benefit of this method is speed because the code only needs to traverse the DOM tree once.

 188 views

More Questions for you: