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
}The for-await-of of Iterations for JS iterates a loop through async iteratable objects.
for await(variable of iteratable)
{
code
}