I'd like to understand the definition of both and the difference and I attempt to find the difference and I didn't find anything
Asked
Active
Viewed 53 times
0
-
you can learn more about concepts like `Macrotask`, `Microtask` and `Event Loop` here: https://javascript.info/event-loop – Hossein Mousavi Jun 25 '20 at 11:56
-
Note that at least for HTML, there is no "macrotask", only tasks, microtasks being a special kind of tasks. – Kaiido Jun 26 '20 at 04:33