Really interesting stuff. The deep dive into the micro task queue vs. event loop is a great analysis of one of the most complicated parts of asynchronicity in JavaScript.
A quick note: In the example code in Promise Chaining and DAG you have an extra closing parenthesis after posts_comments_promise.
Really interesting stuff. The deep dive into the micro task queue vs. event loop is a great analysis of one of the most complicated parts of asynchronicity in JavaScript.
A quick note: In the example code in Promise Chaining and DAG you have an extra closing parenthesis after
posts_comments_promise.Thanks for pointing that out. I've made the correction immediately.