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