Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .learn/assets/exercises-menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 5 additions & 11 deletions exercises/00-Welcome/README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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.

<p align="center">
<img src="./menu.png">
</p>
Y seleccionar el ejercicio
<p align="center">
<img src="./menu2.png">
</p>
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)
18 changes: 6 additions & 12 deletions exercises/00-Welcome/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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

<p align="center">
<img src="./menu.png">
</p>
And select the exercise
<p align="center">
<img src="./menu2.png">
</p>
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)