#events
Read more stories on Hashnode
Articles with this tag
What? Event delegation is a pattern to handle events efficiently in JavaScript. The main idea is to reduce the number of event handlers on a webpage...
Understanding Event Capturing and Event Bubbling ยท Event Propagation is how JavaScript events travel through the HTML DOM tree. Whenever you click on a...