powered by
Calls a function for each member of an array or object.
object Object or array to be iterated through.
object
function Function to call with two arguments: the key of the element (or index in the case of an array) and the value.
function