10.For in y For of - Curso de JavaScript Básico

Опубликовано: 11 Июль 2026
на канале: Programa Ya
92
7

Hey coders, in this video we'll be looking at the syntax and usage of the `for in` and `for of` loops. These two are alternatives to the original `for` loop, both used for iteration, but each iterates differently. `for in` iterates over properties, and `for of` iterates over the values ​​of those properties.

If you enjoyed this video, please give it a like, share it, and subscribe to this channel if you haven't already. Also, turn on notifications so you don't miss any of our content.

⭕ JavaScript documentation: https://developer.mozilla.org/es/