the most common saying is that the global execution context executes at the bottom of the context stack until the page closes. however, in the event loop, there is another saying that js checks the task queue when the context stack is empty. how can...