Skip to content

each

each(items, closure)

ParameterTypeDescription
itemsIterableContainer to iterate over.
closure*Closure to invoke on every individual item.

Invokes the given closure on each item in the given container.

Returns

(nil)