Skip to content

Commit 7054e65

Browse files
authored
Merge pull request #135 from josemoracard/jose2-00-Welcome
fixed text 00-welcome, added helper image
2 parents 5f699d5 + 7679f33 commit 7054e65

File tree

3 files changed

+11
-23
lines changed

3 files changed

+11
-23
lines changed

.learn/assets/exercises-menu.png

10.4 KB
Loading

exercises/00-Welcome/README.es.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ intro: https://www.youtube.com/watch?v=ooHdelGf0gI
55

66
# Bienvenido a los Loops
77

8-
Practicaremos los bucles o loops en javascript hasta que te sientas cómodo con ellos.
8+
Practicaremos los bucles o loops en JavaScript hasta que te sientas cómodo con ellos.
99

1010
Te recomendamos ver el siguiente [video sobre loops o bucles](https://www.youtube.com/watch?v=U3ZlQSOcOI0) antes de empezar. Nos centraremos en:
1111

@@ -21,18 +21,12 @@ Te recomendamos ver el siguiente [video sobre loops o bucles](https://www.youtub
2121

2222
6. find.
2323

24-
7. Diccionario de bucles (objetos literales).
24+
7. bucles en objetos literales.
2525

2626
Haz clic en `next →` cuando estés listo para iniciar los ejercicios.
2727

2828

2929
***
30-
Si necesitas ir a un ejercicio en particular puedes seleccionar en el menu superior.
31-
32-
<p align="center">
33-
<img src="./menu.png">
34-
</p>
35-
Y seleccionar el ejercicio
36-
<p align="center">
37-
<img src="./menu2.png">
38-
</p>
30+
Si necesitas ir a un ejercicio en particular, puedes acceder en el menú superior y seleccionar el ejercicio.
31+
32+
![menú de ejercicios](../../.learn/assets/exercises-menu.png?raw=true)

exercises/00-Welcome/README.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ intro: https://www.youtube.com/watch?v=ooHdelGf0gI
55

66
# Welcome to Loops
77

8-
Practice loops in javascript until you become confortable with it.
8+
Practice using loops in JavaScript until you feel confident with them.
99

10-
We recomend you watching [this short video about loops](https://www.youtube.com/watch?v=U3ZlQSOcOI0) before starting. We will focus on:
10+
We recommend you to watch [this short video about loops](https://www.youtube.com/watch?v=U3ZlQSOcOI0) before starting. We will focus on:
1111

1212
1. For loop.
1313

@@ -21,17 +21,11 @@ We recomend you watching [this short video about loops](https://www.youtube.com/
2121

2222
6. find.
2323

24-
7. Loop dictionaries (object literals).
24+
7. Loop object literals.
2525

2626
Click `next →` when you are ready to start the exercises.
2727

2828
***
29-
If you need to go to a specific exercise you may select the top menu
30-
31-
<p align="center">
32-
<img src="./menu.png">
33-
</p>
34-
And select the exercise
35-
<p align="center">
36-
<img src="./menu2.png">
37-
</p>
29+
If you need to go to a specific exercise, you may select the top menu and select the exercise.
30+
31+
![exercises menu](../../.learn/assets/exercises-menu.png?raw=true)

0 commit comments

Comments
 (0)