Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

for-in

Description

The for-in JS Iterations iterates a loop through the names of an object.

Syntax

for(variable in object)
{
    code
}

Examples

1 · Name

2 · Value

HomeMenu