async / await (JavaScript)

async and await let you write asynchronous code that reads like normal step-by-step code. await pauses inside an async function until a promise settles.