Harsh Mangeharshmange.hashnode.dev·Mar 21, 2024Introduction to Event loop, MacroTask, and Microtask in JavaScript in 2 mins !!Event Loop, Macro Tasks, and Micro Tasks are three key concepts in JavaScript that help us understand how asynchronous operations work. Event Loop The event loop is a mechanism in JavaScript that allows asynchronous operations to be performed without...173 readsEvent Loop
Ankit Joshiankitjoshi.hashnode.dev·Jul 18, 2022Event loop, Microtask, and Macro taskHave you ever wondered how javascript executes your code? Understanding how javascript operates behind the scenes is critical for optimizing your program. Javascript is a single-threaded programming language that has the appearance of multi-threadin...262 readsEvent Loop