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

for-of

Description

The for-of of Iterations for JS iterates a loop through iteratable objects.

Syntax

for(variable of iteratable)
{
    code
}

Examples

1 · array · value

2 · array · key value

3 · string

do-while

for

for-await-of

for-in

while

European Computer Manufacturers Association (ECMA)

HomeMenu