GitXplorerGitXplorer
c

promise-examples

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
cf20018e8e692cc31565056d721b8b7465e99a8a

Examples of code

committed 7 years ago
Unverified
ec9b68dbeb9f500a252aca53a03f6a94ec6e6ce3

Quick README

committed 7 years ago
Unverified
276dd2f97f70395f7cb6c48a4a02083837744af1

Quick .gitignore for idea

committed 7 years ago

README

The README file for this repository.

Play with promises

Small and simple examples showing:

  • promises
  • a nested chain of promises
  • missing catch block
  • async / await

async / await

Requires Node >= v7.7