Event loops in javascript
Event loops in javascript
in JavaScript
www.scribbler.live
What is the Event Loop?
JavaScript is single-threaded, meaning
it can do one thing at a time.
Function calls
Promises, async/await
swipe
"Is the Call Stack empty?"
Understand async
behavior better
Debug performance
issues faster
Bonus Tip
Scribbler.live
Free and Open Interface to
experiment JavaScript