Joe Stansbury
Results
2
comments of
Joe Stansbury
Doesn’t it make more sense to explain this on the documentation rather than make the resulting behaviour confusing in an attempt to... make it less confusing? I would argue the...
Not really a solution and not optimal for performance but a quick workaround for local code; assuming your array is just promises: ```javascript var mapInOrder = function(arr,mapper,options) { return Bluebird.map(arr.slice(0,options...