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