Full Immersion > Event Loop > Flashcards
What is the JavaScript Event Loop?
stack queue -> web api -> queue
What is different between “blocking” and “non-blocking” with respect to how code is executed?
Blocking is waiting for any code in the call stack until it is done.