Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Asynchronous JavaScript with async/await, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:02:01
    write an asynchronous function with async await
  • Урок 2. 00:01:36
    call an asynchronous function in a promise-chain
  • Урок 3. 00:02:31
    convert any function into an asynchronous function
  • Урок 4. 00:02:39
    handle errors in asynchronous functions
  • Урок 5. 00:02:13
    await multiple promises sequentially or concurrently
  • Урок 6. 00:02:33
    await multiple promises concurrently with promise all
  • Урок 7. 00:01:38
    use the await operator with any thenable
  • Урок 8. 00:03:01
    iterate asynchronously with the for await of loop