Skip to content

Instantly share code, notes, and snippets.

@gabmontes
Created January 12, 2017 15:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gabmontes/036034a5a8d778782873f531241611c6 to your computer and use it in GitHub Desktop.
Save gabmontes/036034a5a8d778782873f531241611c6 to your computer and use it in GitHub Desktop.
const waterfall = promises => init => promises.reduce((chain, promise) => chain.then(promise), Promise.resolve(init))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment