The Event Loop Flashcards
1
Q
What is the JavaScript Event Loop
A
The order in which JavaScript will run tasks.
2
Q
What is different between “blocking” and “non-blocking” with respect to how code is executed?
A
Blocking is code being executed one line at a time
non-blocking is being run asynchronously