0
2
llucycodes42
This code will iterate through the first item in the second list, then the first item in the third list, and so on.
Shortcut: fof
for(let first of second) {third}
0
2
llucycodes42
This code will iterate through the first item in the second list, then the first item in the third list, and so on.
Shortcut: fof
for(let first of second) {third}