Tidbit 01: How Does Event Loop Handle Promises? Ever Thought?
Posted on June 10, 2025

Ever wondered how JavaScript knows when to run your .then() block? Or why your console.log("done") appear before a resolved promise result? Let’s break it down in this quick TidBit! What is a Promise? A Promise is JavaScript’s way of saying: “I’ll g...