Skip to content

Asynchronous JavaScript without the fear of Callback Hell

Notifications You must be signed in to change notification settings

PaoloDuzioni/promises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Promises and Async/Await

Asynchronous JavaScript without the fear of Callback Hell

  • new Promise(resolve, reject)
  • async / await
  • Errors handling

About

Asynchronous JavaScript without the fear of Callback Hell

Topics

Resources

Stars

Watchers

Forks