for-each A better forEach. Example Like Array.prototype.forEach but works on objects var forEach = require("for-each") forEach({ key: "value" }, function (value, key) { /* code */ }) Installation npm install for-each Contributors Raynos MIT Licenced