What is event bubbling, and why is it beneficial to use?

Submitted by: Administrator
Event bubbling transfers events contained within the child node to the parent node. It's a beneficial method because of its speediness, as it only requires the code to traverse the DOM tree one time.
Submitted by:

Read Online Expert Developer JavaScript Job Interview Questions And Answers