4

I have a strange satisfaction whenever my asynchronous js code filled with promises executes in the order that I write them even though it has no bearing in the correctness of the program.

EDIT: the async tasks are supposed to execute in identical times in theory

Comments
Add Comment