Javascript – Understanding order of tasks in the micro queue used for promises
I am trying to get a better understanding of the Nodejs event loop and have got to the different types of queues that are used under the covers. My question is related to the micro queue used for promises. From…