Pradeep Thapapradeepwrites.hashnode.dev路Sep 28, 2024Understanding the Event Loop: The Hidden Mechanism Behind JavaScript's MagicJavaScript is often described as a single-threaded language, but it manages to handle tasks like fetching data from servers, updating the UI, and responding to user events seamlessly without blocking or freezing. This is made possible by a magical co...DiscussJavaScript
Kenneth J Jonathanspearmint.hashnode.dev路Dec 15, 2023JavaScript: Micro vs Macro Tasks Exercises and Sources to Learn 馃拞Sources to Learn In this article, I'm gonna provide some exercises that could help refresh your memory on the Micro vs Macro Tasks topic. If you are not very familiar with the topic, here are a few sources that I think are great for learning this top...Discuss路10 likes路56 reads#microtaskqueue