Event Propagation in JavaScript
Introduction
An event travels or propagates through the DOM tree, this is called Event propagation.
This can happen in 2 ways -
From top to bottom
From bottom to top
Let's understand using an example
Take 3 divs, a grandparent div, inside that we...
blog.sudipkundu.com5 min read