1. What is the relationship between the total time spent asynchronously in javaScript and the total time spent adopting Synchronize? How do you judge?
2, in addition, when asynchronous, the Synchronize task is executed first, and who is executing the asynchronous task, and why is it that when it comes back to execution, the asynchronous task has already been executed? Is it because of browser multithreading?