Hi, I'm John Bauer 👋
Website
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuse
Website
Performs left to right composition of one or more functions that return a promise
Runs an array of promises in series, each passing their results to the next promise in the array.
Returns a promise containing the result of the promisified mappingFn on its elements.
JavaScript 2
Returns a promise containing the reduced result from the provided function
JavaScript 1