The Javascript Event Loop

https://developer.mozilla.org/en-US/docs/Web/JavaScript/EventLoop
We don't have sleep(), but we can push the snooze button a lot. In a
modern browser under no load, the event loop completes 200+ times a second.
Recall that your eyes only work at 30-60 FPS.