An open API service indexing awesome lists of open source software.

https://github.com/codewithreelofficial/javascript-promises

Explores JavaScript's new Promises API
https://github.com/codewithreelofficial/javascript-promises

asynchronous callback-functions javascript modern-javascript promise promises synchronous the-modern-javascript

Last synced: 3 months ago
JSON representation

Explores JavaScript's new Promises API

Awesome Lists containing this project

README

          

![Javascript Promises](/assets/images/cover.jpg)

# Promises

01. [Synchronous and Asynchronous](/content/01-synchronous-and-asynchronous.md)
02. [Callbacks function](/content/02-callbacks-function.md)
03. [Callbacks function errors handling](/content/03-callbacks-function-errors-handling.md)
04. [Nested callbacks function](/content/04-nested-callbacks-function.md)
05. [Callback Hell](/content/05-callback-hell.md)
06. [Promise](/content/06-promise.md)
07. [Awaiting a promise](/content/07-awaiting-a-promise.md)
08. [Promise chaining](/content/08-promise-chaining.md)
09. [Promise is asynchronous](/content/09-promise-is-asynchronous.md)
10. [Async/await](/content/10-async-await.md)