async-each
async-each copied to clipboard
No-bullshit, ultra-simple, 40-lines-of-code async parallel forEach / map function for JavaScript.
Results
1
async-each issues
Sort by
recently updated
recently updated
newest added
You already have `index` in scope, it seems like `count` is redundant and can be removed. Instead I believe you can check `index === items.length - 1`?