minor fixes
This commit is contained in:
parent
e1b3dfafcd
commit
ac7daa516f
1 changed files with 1 additions and 3 deletions
|
@ -47,6 +47,4 @@ To summarize,
|
|||
- The macrotask queue is now: `console.log(2); console.log(6); console.log(4)`.
|
||||
3. After the microtask queue becomes empty, the macrotask queue executes. It outputs `2`, `6`, `4`.
|
||||
|
||||
Finally, we have the output: `1 7 3 5 2 6 4`.
|
||||
|
||||
Получается вывод `1 7 3 5 2 6 4`.
|
||||
Finally, we have the output: `1 7 3 5 2 6 4`.
|
Loading…
Add table
Add a link
Reference in a new issue