Update 2-js-basics/4-arrays-loops/translations/README.es.md

Co-authored-by: Abril Ureña <107883174+abrilurena@users.noreply.github.com>
pull/868/head
Flavia Mabras 2 years ago committed by GitHub
parent 9c0ab13b36
commit 31ba9111fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -114,7 +114,7 @@ for (let i = 0; i < iceCreamFlavors.length; i++) {
## 🚀 Desafío
Hay otras formas de realizar un bucle sobre arreglos además de los bucles _for_ y _while_. Existen [forEach](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array/forEach), [for-of](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Statements/for...of), y [map](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array/map). Vuelve a escribir tu bucle en la matriz utilizando una de estas técnicas.
## [Post-lecture prueba](https://ashy-river-0debb7803.1.azurestaticapps.net/quiz/14)
## [Prueba de Conocimientos](https://ashy-river-0debb7803.1.azurestaticapps.net/quiz/14)
## Revisión y autoestudio

Loading…
Cancel
Save