您正在学习的是试看内容,报名后可学习全部内容
报名课程
彻底掌握 JS 异步处理 Promise 和 Async-Await
本课程旨在让大家快速地学会Promise
、Async-Await
的使用,脱离ES5时代的回调地狱。
适用人群:
- 前端切图仔
- nodejs 业务仔
- 没事闲的想体验一下ES6 ES7的新特性的
课程大纲
Promise
- Promise 的含义
- 基本用法
- Promise.prototype.then()
- Promise.prototype.catch()
- Promise.resolve()
- Promise.reject()
- Promise.all()
- Promise.race()
异常处理
Async-Await
- Async
- Await
- 错误处理
- 其他
课程风格
coding + 理论