Created
January 2, 2018 11:43
-
-
Save choonkending/d071653371974969b0ca4981847f00a7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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