Skip to content

Commit a89b9c3

Browse files
Update 1-js/05-data-types/06-iterable/article.md
Co-authored-by: Ezequiel Castellanos <51804994+ezzep66@users.noreply.github.com>
1 parent 9423df1 commit a89b9c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

1-js/05-data-types/06-iterable/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ let arrayLike = { // tiene índices y longitud => array-like
188188
};
189189

190190
*!*
191-
// Error (arrayLike no es un iterable)
191+
// Error (sin Symbol.iterator)
192192
for (let item of arrayLike) {}
193193
*/!*
194194
```

0 commit comments

Comments
 (0)