JSBits #5: Loop statements: 'for..in' vs 'for..of'
Diario del capitán, fecha estelar d73.y38/AB
Except for performance reasons (on very rare occasions), I always prefer "forEach" or "map" over "for" statements, but lately I'm programming in Angular, where it's common to use "for" loops in things like "ngFor".