foreach-elegant
A foreach that supports arrays and objects, provides the value and key/index, as well as break support on return false
foreach-array
Provides a simple interface to iterate through a given array, avoiding some common errors such as, Uncaught TypeError: parent.children.forEach is not a function. Similar interface to Array.prototype.forEach