Skip to content

Instantly share code, notes, and snippets.

@ppeeou
Created September 21, 2019 06:59
Show Gist options
  • Save ppeeou/fcc5bc40c79fa7d4bb1d4094a6cfd811 to your computer and use it in GitHub Desktop.
Save ppeeou/fcc5bc40c79fa7d4bb1d4094a6cfd811 to your computer and use it in GitHub Desktop.
Promise
.all([promise1,promise2,promise3])
.then(fn)
.catch(fn)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment