SESüleyman Ekmekciingnwx.hashnode.dev·Jul 3, 2023 · 3 min read📚 Call Stack in Javascript 🧱If you have started learning JavaScript and created basic applications such as a to-do app or calculator, you may have wondered how the code you wrote works behind the scenes. How does the computer know when to run a function or initialize it? This i...00
SESüleyman Ekmekciingnwx.hashnode.dev·Jul 3, 2023 · 5 min readDo you know JS event loop ? ”Skip” : ”Read this article”Note: This article builds upon the concepts discussed in my previous article on the call stack. If you haven’t read it yet, you can find it here. Before diving into the event loop, let’s briefly recap our JavaScript knowledge. JavaScript is a single-...00