Macrotasks

Term side of the Card
Topic: Basics
Unit title: Macrotasks
Categories: Concept
Explanation side of the Card

Explanation: The low-priority asynchronous tasks in the JavaScript event loop that are executed after the current execution stack and microtask queue are cleared, following the completion of any synchronous code. Examples include I/O (input/output) operations, `setTimeout()` and `requestAnimationFrame()` callbacks.

Edit on GitHubContributions in our content repository are 🤗 welcome from everyone.Link leads to the Contributions guidelines on GitHubLink leads to the content repository on GitHub