1. Урок 1. 00:02:01
    write an asynchronous function with async await
  2. Урок 2. 00:01:36
    call an asynchronous function in a promise-chain
  3. Урок 3. 00:02:31
    convert any function into an asynchronous function
  4. Урок 4. 00:02:39
    handle errors in asynchronous functions
  5. Урок 5. 00:02:13
    await multiple promises sequentially or concurrently
  6. Урок 6. 00:02:33
    await multiple promises concurrently with promise all
  7. Урок 7. 00:01:38
    use the await operator with any thenable
  8. Урок 8. 00:03:01
    iterate asynchronously with the for await of loop