Answers

Question and Answer:

  Home  Front End Developer

⟩ 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.

 169 views

More Questions for you: