项目作者: oliverwebr

项目描述 :
DCI ES6-Asynchronous
高级语言: JavaScript
项目地址: git://github.com/oliverwebr/ES6-Asynchronous.git
创建时间: 2018-01-24T12:46:30Z
项目社区:https://github.com/oliverwebr/ES6-Asynchronous

开源协议:MIT License

下载


ES6 Asynchronous

Promises and Fetch

Check out the example in the Promise-and-Fetch Folder read the promises-fetch.js carefully and then jump to the exercise Folder and try to solve the exercise by yourself. In the solutions-folder are two approaches how you could solve this.

Async and Await

Read async.js carefully, after you can try to refactor your class, from Promise/Fetch exercise, to use async and await.