var it = require('iterator-array'); var array = ['Foo', 'bar', '2000']; it.each(array, function(index) { console.log('item ' + this + ' has index ' + index ...
Please consider any code you write for this task to be production quality, meaning that it should follow your normal development process as much as possible. Please ...