for in

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

Syntax

Δ

for (variable in object) {
  code
}

Example | Name

Δ

Example | Value

Δ

Reference

Δ