the-event-loop Flashcards
1
Q
What is the JavaScript Event Loop?
A
The JavaScript Event Loop is the “order” in which the code will be executed until the call stack is empty.
2
Q
What is different between “blocking” and “non-blocking” with respect to how code is executed?
A
“Blocking” will hold the next code form being executed.