Arrays, objects and strings iterator
each-reverse - module for reverse iterations
npm install --save eacomponent install andrepolischuk/eaIterate array
ea([10, 11, 12], function(value, index) {
});Iterate object
ea(user, function(value, key) {
});Iterate string
ea('hello', function(value, key) {
});MIT