Skip to content

Commit 9423df1

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 66c34e0 commit 9423df1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ Pero un iterable puede no ser array-like. Y viceversa, un array-like puede no se
177177

178178
Por ejemplo, `range` en el ejemplo anterior es iterable, pero no array-like, porque no tiene propiedades indexadas ni `longitud` o *length*.
179179

180+
180181
Y aquí está el objeto que tiene forma de matriz, pero no es iterable:
181182

182183
```js run

0 commit comments

Comments
 (0)