File tree 3 files changed +11
-23
lines changed 3 files changed +11
-23
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ intro: https://www.youtube.com/watch?v=ooHdelGf0gI
5
5
6
6
# Bienvenido a los Loops
7
7
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.
9
9
10
10
Te recomendamos ver el siguiente [ video sobre loops o bucles] ( https://www.youtube.com/watch?v=U3ZlQSOcOI0 ) antes de empezar. Nos centraremos en:
11
11
@@ -21,18 +21,12 @@ Te recomendamos ver el siguiente [video sobre loops o bucles](https://www.youtub
21
21
22
22
6 . find.
23
23
24
- 7 . Diccionario de bucles ( objetos literales) .
24
+ 7 . bucles en objetos literales.
25
25
26
26
Haz clic en ` next → ` cuando estés listo para iniciar los ejercicios.
27
27
28
28
29
29
***
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 )
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ intro: https://www.youtube.com/watch?v=ooHdelGf0gI
5
5
6
6
# Welcome to Loops
7
7
8
- Practice loops in javascript until you become confortable with it .
8
+ Practice using loops in JavaScript until you feel confident with them .
9
9
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:
11
11
12
12
1 . For loop.
13
13
@@ -21,17 +21,11 @@ We recomend you watching [this short video about loops](https://www.youtube.com/
21
21
22
22
6 . find.
23
23
24
- 7 . Loop dictionaries ( object literals) .
24
+ 7 . Loop object literals.
25
25
26
26
Click ` next → ` when you are ready to start the exercises.
27
27
28
28
***
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 )
You can’t perform that action at this time.
0 commit comments