diff --git a/.learn/assets/exercises-menu.png b/.learn/assets/exercises-menu.png new file mode 100644 index 00000000..42b8dae2 Binary files /dev/null and b/.learn/assets/exercises-menu.png differ diff --git a/exercises/00-Welcome/README.es.md b/exercises/00-Welcome/README.es.md index 3a106240..b1994b34 100644 --- a/exercises/00-Welcome/README.es.md +++ b/exercises/00-Welcome/README.es.md @@ -5,7 +5,7 @@ intro: https://www.youtube.com/watch?v=ooHdelGf0gI # Bienvenido a los Loops -Practicaremos los bucles o loops en javascript hasta que te sientas cómodo con ellos. +Practicaremos los bucles o loops en JavaScript hasta que te sientas cómodo con ellos. Te recomendamos ver el siguiente [video sobre loops o bucles](https://www.youtube.com/watch?v=U3ZlQSOcOI0) antes de empezar. Nos centraremos en: @@ -21,18 +21,12 @@ Te recomendamos ver el siguiente [video sobre loops o bucles](https://www.youtub 6. find. -7. Diccionario de bucles (objetos literales). +7. bucles en objetos literales. Haz clic en `next →` cuando estés listo para iniciar los ejercicios. *** -Si necesitas ir a un ejercicio en particular puedes seleccionar en el menu superior. - -

- -

-Y seleccionar el ejercicio -

- -

+Si necesitas ir a un ejercicio en particular, puedes acceder en el menú superior y seleccionar el ejercicio. + +![menú de ejercicios](../../.learn/assets/exercises-menu.png?raw=true) diff --git a/exercises/00-Welcome/README.md b/exercises/00-Welcome/README.md index b65428e2..c417011b 100644 --- a/exercises/00-Welcome/README.md +++ b/exercises/00-Welcome/README.md @@ -5,9 +5,9 @@ intro: https://www.youtube.com/watch?v=ooHdelGf0gI # Welcome to Loops -Practice loops in javascript until you become confortable with it. +Practice using loops in JavaScript until you feel confident with them. -We recomend you watching [this short video about loops](https://www.youtube.com/watch?v=U3ZlQSOcOI0) before starting. We will focus on: +We recommend you to watch [this short video about loops](https://www.youtube.com/watch?v=U3ZlQSOcOI0) before starting. We will focus on: 1. For loop. @@ -21,17 +21,11 @@ We recomend you watching [this short video about loops](https://www.youtube.com/ 6. find. -7. Loop dictionaries (object literals). +7. Loop object literals. Click `next →` when you are ready to start the exercises. *** -If you need to go to a specific exercise you may select the top menu - -

- -

-And select the exercise -

- -

\ No newline at end of file +If you need to go to a specific exercise, you may select the top menu and select the exercise. + +![exercises menu](../../.learn/assets/exercises-menu.png?raw=true)