JavaScript object foreach

Ever wished JavaScript had a forEach function for dealing with objects? Now it does!

I've released some JavaScript code that will allow you to use forEach on objects like you do on JavaScript arrays. You can find the code on github at https://github.com/matthewkastor/object-foreach or install it through nodejs with npm install object-foreach.

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.