Skip to content

Commit 7ab6727

Browse files
committed
doc: add spanish readme exercice 01-welcome
1 parent 3384e13 commit 7ab6727

File tree

4 files changed

+29
-0
lines changed

4 files changed

+29
-0
lines changed

exercises/.DS_Store

6 KB
Binary file not shown.

exercises/01-Welcome/README.es.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
intro: https://www.youtube.com/watch?v=ooHdelGf0gI
3+
---
4+
5+
6+
# Bienvenido a los Loops
7+
8+
Practicaremos los bucles en javascript para se sienta cómodo con ellos. Recomendamos ver el siguiente video [Breve video sobre bucles](https://www.youtube.com/watch?v=U3ZlQSOcOI0) before starting:
9+
10+
1. For loop.
11+
2. forEach.
12+
3. while.
13+
4. map.
14+
5. filter.
15+
6. find.
16+
7. Diccionario de bucles (objetos literales).
17+
18+
Haga click en `next →` cuando se encuentre listo para iniciar los ejercicios.
19+
20+
21+
***
22+
Si necesitas ir a un ejercicio en particular puedes seleccionar en el menu superior.
23+
<p align="center">
24+
<img src="./menu.png">
25+
</p>
26+
Y seleccionar el curso
27+
<p align="center">
28+
<img src="./menu2.png">
29+
</p>

exercises/01-Welcome/menu.png

6.45 KB
Loading

exercises/01-Welcome/menu2.png

26.8 KB
Loading

0 commit comments

Comments
 (0)