I'm familiar with a for... in loop (it iterates over the keys), but this is the first I've heard of a for... of loop (it iterates over values).
I don't understand the for...of loop.
var arr = [3, 5, 7];
arr.foo ...READ MORE
Nov 9, 2022
in Java
by
Nicholas
• 7,760 points
•
370 views