Skip to content

Commit 2639caa

Browse files
Update 1-js/05-data-types/06-iterable/article.md
Co-authored-by: Ezequiel Castellanos <[email protected]>
1 parent 65a4631 commit 2639caa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ Tanto los iterables como los array-like generalmente no son *matrices*, no tiene
197197

198198
## Array.from
199199

200-
Existe un método universal [Array.from](https://developer.mozilla.org/es/docs/Web/JavaScript/Referencia/Objetos_globales/Array/from) que toma un valor iterable o similar a una matriz y crea una matriz ¨real¨ a partir de él. De esta manera podemos llamar y usar métodos que pertenecen a una matriz.
200+
Existe un método universal [Array.from](https://developer.mozilla.org/es/docs/Web/JavaScript/Referencia/Objetos_globales/Array/from) que toma un valor iterable o similar a una matriz y crea un `Array` ¨real¨ a partir de él. De esta manera podemos llamar y usar métodos que pertenecen a una matriz.
201201

202202
Por ejemplo:
203203

0 commit comments

Comments
 (0)