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