Last updated 2 years ago
Was this helpful?
⟩ 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 or in )
await sequentially
await in parallel
await "thenable"
error handling
for-await (⭐️ ES2018)
web API
JavaScript: The Definitive Guide (13. Asynchronous JavaScript)
Eloquent JS ⟩
JS.info ⟩
⟩
, ,
Window ⟩