Front End Web Developer Question:
Download Questions PDF

Please explain what Event Bubbling Is?

Front End Web Developer Interview Question
Front End Web Developer Interview Question

Answer:

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.

Download Front End Web Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Tell us which frameworks are you most familiar with?Do you know what Is Web A Application?