I\'m using caolan\'s async.js library, specifically the .each method.
How do you get access to the index in the iterator?
async.each(ary, function(elemen
modern-async's forEach() implementation is similar but gives you access to the index.