for each in

for each in is a loop that iterates through the values of an object.

Syntax

Δ

for each (variable in object) {
  code
}

Example

Δ

Reference

Δ