Muhammad Bilalmbilal546.hashnode.dev·Jan 21, 2024JavaScript Events (Part 2) Propagation: Bubbling, Capturing, Deligation, Target and many more in depthWhat is event propagation? Event propagation refers to the process by which events are handled in a software application, particularly in the context of graphical user interfaces (GUIs) or web development. Events can be user actions, such as clicking...JavaScript
Ankit Bajpaiankitbajpai1607.hashnode.dev·Jul 8, 2023Event Delegation in JavaScriptEvent delegation is a powerful technique in JavaScript that allows you to handle events efficiently, especially when dealing with dynamically created or large numbers of elements. It simplifies event handling by attaching event listeners to a parent ...event delegation