for-await-of
Description
The for-await-of JS Iterations iterates a loop through async iteratable objects.
Syntax
for await(variable of iteratable) { code }
The for-await-of JS Iterations iterates a loop through async iteratable objects.
for await(variable of iteratable) { code }