Bubbling and capturing in javascript
In JavaScript, bubbling and capturing are two event propagation mechanisms that describe how events are processed in the DOM (Document Object Model) hierarchy.
Event propagation
Event propagation is the way events propagate through the DOM hierarchy,...
hiteshmishra.hashnode.dev5 min read