Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай JavaScript Promises in Depth, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:01:36
    Introduction to JavaScript Promises in Depth
  • Урок 2. 00:06:33
    Create a Promise Chain in JavaScript with Promise.prototype.then()
  • Урок 3. 00:06:33
    Catch Errors in a JavaScript Promise Chain with Promise.prototype.catch()
  • Урок 4. 00:06:12
    Execute Cleanup Logic in a JavaScript Promise Chain with Promise.prototype.finally()
  • Урок 5. 00:01:32
    Create a Rejected Promise in JavaScript with Promise.reject()
  • Урок 6. 00:03:06
    Create a Resolved Promise in JavaScript with Promise.resolve()
  • Урок 7. 00:04:12
    Create a New Promise in JavaScript with the Promise Constructor
  • Урок 8. 00:05:02
    Convert a Callback-Based JavaScript Function to a Promise-Based One
  • Урок 9. 00:04:32
    Wait for the Fastest JavaScript Promise to Settle with Promise.race()
  • Урок 10. 00:05:53
    Wait for Multiple JavaScript Promises to Settle with Promise.all()
  • Урок 11. 00:06:09
    Await a JavaScript Promise in an async Function with the await Operator