Iterate over Object properties or array elements.
Object, Array or null
Object
Array
called for every item. this also contains the item. Return false to stop the iteration.
this
false
Iterate over Object properties or array elements.