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...
ankitjoshi.hashnode.dev4 min read