This commit is contained in:
Ilya Kantor 2019-03-13 23:18:34 +03:00
parent 5ca83ba7ba
commit b9bfba084a
4 changed files with 1 additions and 1 deletions

View file

@ -1,5 +1,5 @@
# Microtasks, event loop
# Microtasks and event loop
Promise handlers `.then`/`.catch`/`.finally` are always asynchronous.