JS ⟩ async code
Promise - future value of an async operation.
async (⭐️ ES2017)
async function
async method
async arrow function
async IIFE
measureTime() - async function execution time.
await (⭐️ ES2017)
await promises (in parallel or in series)
await sequentially
await in parallel
await "thenable"
error handling
for-await (⭐️ ES2018)
web API
JavaScript: The Definitive Guide (13. Asynchronous JavaScript)
Eloquent JS ⟩ Asynchronous Programmingarrow-up-right
JS.info ⟩ async/awaitarrow-up-right
Web APIsarrow-up-right ⟩
setTimeout()arrow-up-right, setInterval()arrow-up-right, clearInterval()arrow-up-right
Window ⟩ .requestAnimationFrame()arrow-up-right
Last updated 3 years ago