Note: The Call Stack will execute any execution context that enters it — no exceptions.TL;DR: The Call Stack has no timer — it just runs what's inside it, line by line.
Understanding JavaScript in the Browser
JavaScript, by design, is single-thread...