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

for-await-of

Description

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

Syntax

for await(variable of iteratable)
{
    code
}

Examples

do-while

for

for-in

for-of

while

European Computer Manufacturers Association (ECMA)

HomeMenu