Event loop, Microtask, and Macro task
Jul 18, 2022 · 4 min read · Have 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...
Join discussion