#javascript
Read more stories on Hashnode
Articles with this tag
Caching API calls is one of the most important aspects of a life of a frontend developer. And as you grow in your career, you must know some caching...
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...