each(obj, fun)
Run a function on every value in an object.
| Name | Type | Required | Description |
|---|---|---|---|
obj |
object | yes | Object to iterate. |
fun |
function | yes | Callback receiving (value, key). |
void
No additional runtime notes yet.
No additional details yet.