What the heck is an Event Loop? Event Loop in Javascript Explained
If you are working with any fairly advanced applications In Javascript, you would have to work with both synchronous and asynchronous code. Understanding how the Javascript engine executes these different parts of the code is essential to building be...
blog.kadhir.dev3 min read
CrapShow
This is a good writing. I didn't know about the micro-tasks, this seems to be interesting.
Also, months back, I came across this awesome website that enables us to visualize the Event loop. latentflip.com/loupe