Skip to content

Instantly share code, notes, and snippets.

@choonkending
Created January 2, 2018 11:43
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 choonkending/d071653371974969b0ca4981847f00a7 to your computer and use it in GitHub Desktop.
Save choonkending/d071653371974969b0ca4981847f00a7 to your computer and use it in GitHub Desktop.
const runPromisesInSeries = ps => ps.reduce((p, next) => p.then(next), Promise.resolve());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment