Front End Programmer Question:
Download Questions PDF

Explain what event bubbling is?

Front End Developer Interview Question
Front End 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 Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me what is stringify?Explain what is AJAX? Write an AJAX call?