SGSAHIL GURIAinsahilguria.hashnode.dev·Aug 16, 2024 · 4 min readEverything You Need to Know About the Document Object Model (DOM)Overview Imagine a web page as a dynamic, living entity, where every element, attribute, and piece of text is interconnected and interdependent. The Document Object Model, or DOM, is the secret to unlocking this complex web of relationships, allowing...00
SGSAHIL GURIAinsahilguria.hashnode.dev·Jul 20, 2024 · 9 min readUnderstanding JavaScript Execution: Sync vs Async Code, Promises, and the Event LoopUnderstanding JavaScript Execution, Async Code, and Promises JavaScript is a single-threaded language, which means it can only execute one task at a time. But, how does it handle multiple tasks concurrently? In this post, we'll dive into how JavaScri...00