0
5
llucycodes42
This code iterates through the items in the array second, and for each item it assigns the value of first to the variable third.
Shortcut: fin
for(let first in second) {third}
0
5
llucycodes42
This code iterates through the items in the array second, and for each item it assigns the value of first to the variable third.
Shortcut: fin
for(let first in second) {third}