Skip to content

oliverwebr/ES6-Asynchronous

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.