Tag: JavaScript
Event bubbling for Dummies
August 20, 2023 · 1 min read
Event bubbling describes how Events bubble from child element to parent element through the DOM.
Dependency Inversion Principle in JavaScript and TypeScript
January 18, 2022 · 2 min read
Interface Segregation Principle in the context of JavaScript and TypeScript.