minor fixes

This commit is contained in:
Ilya Kantor 2022-04-06 11:58:55 +03:00
parent e1b3dfafcd
commit ac7daa516f

View file

@ -48,5 +48,3 @@ To summarize,
3. After the microtask queue becomes empty, the macrotask queue executes. It outputs `2`, `6`, `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`. Finally, we have the output: `1 7 3 5 2 6 4`.
Получается вывод `1 7 3 5 2 6 4`.