Open Raynos opened 11 years ago
This allows you to tell people that aren't comfortable with fold or any of the other primitives that they can always passback(source, Array, function (err, results) { ... }) which would make the learning curve less harsh.
fold
passback(source, Array, function (err, results) { ... })
This allows you to tell people that aren't comfortable with
fold
or any of the other primitives that they can alwayspassback(source, Array, function (err, results) { ... })
which would make the learning curve less harsh.