Event Propagation In JavaScript
Event Propagation is a mechanism that explains how an event propagates or travels through the dom tree.
Before understanding Event propagation we have to remember one point.
Events are always created whether we listen to them or not.
<!DOCTYPE htm...
codechitra.hashnode.dev3 min read