diff --git a/1-js/11-async/07-microtask-queue/article.md b/1-js/11-async/07-microtask-queue/article.md index 2c555515..bc7c9cfa 100644 --- a/1-js/11-async/07-microtask-queue/article.md +++ b/1-js/11-async/07-microtask-queue/article.md @@ -1,5 +1,5 @@ -# Microtasks, event loop +# Microtasks and event loop Promise handlers `.then`/`.catch`/`.finally` are always asynchronous. diff --git a/1-js/11-async/07-microtask-queue/eventLoop.png b/1-js/11-async/07-microtask-queue/eventLoop.png index 487c4f71..33f32811 100644 Binary files a/1-js/11-async/07-microtask-queue/eventLoop.png and b/1-js/11-async/07-microtask-queue/eventLoop.png differ diff --git a/1-js/11-async/07-microtask-queue/eventLoop@2x.png b/1-js/11-async/07-microtask-queue/eventLoop@2x.png index 76566c57..c7bfeb05 100644 Binary files a/1-js/11-async/07-microtask-queue/eventLoop@2x.png and b/1-js/11-async/07-microtask-queue/eventLoop@2x.png differ diff --git a/figures.sketch b/figures.sketch index b4443c7d..90120b31 100644 Binary files a/figures.sketch and b/figures.sketch differ