Event loop, Microtask, and Macro task
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...
Jul 18, 20224 min read300