You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> By [@alesanchezr](https://twitter.com/alesanchezr) and [other contributors](https://github.com/4GeeksAcademy/javascript-arrays-exercises-tutorial/graphs/contributors) at [4Geeks Academy](https://4geeksacademy.co/)
[](https://breatheco.de)
9
+
[](https://twitter.com/4geeksacademy)
10
+
14
11
15
12
Dozens of looping exercises to sharpen your looping skills with for, forEach, map, filter, looping a dictionary, looping bidimentional arrays, adding conditions to loops, finding an element, and more!
16
13
@@ -31,20 +28,31 @@ We need you! These exercises are built and maintained in collaboration with cont
31
28
32
29
## Local Installation
33
30
34
-
1) Make sure you have the [breathecode-cli](https://github.com/breatheco-de/breathecode-cli) installed and `node.js` version 10+ and python version 3+. This is the command to install the breathecode-cli
31
+
1. Install learnpack, the package manager for learning tutorials and the html compiler plugin for learnpack, make sure you also have node.js 12+:
32
+
35
33
```
36
-
$ npm i breathecode-cli -g
34
+
$ npm i learnpack -g
35
+
$ learnpack plugins:install learnpack-python
37
36
```
38
37
39
-
2) Clone or download this repository. Once you finish downloading, you will find a new folder with a subdirectory "exercises" that contains all the exercises within.
38
+
2. Download this particular exercise using learnpack and `cd` into the folder:
40
39
41
-
3) Start the tutorial/exercises by running the following command from the root of the project:
Note: Once you finish downloading, you will find a "exercises" folder that contains all the exercises within.
46
+
47
+
3. Start the tutorial/exercises by running the following command at the same level were your bc.json file is:
42
48
43
49
```sh
44
-
$ npm i jest@24.8.0
45
-
$ breathecode run
50
+
$ npm i jest@24.8.0 -g
51
+
$ learnpack start
46
52
```
47
53
54
+
Note: The exercises have automatic grading but its very rigid and string, my recomendation is to ignore the tests and use them only as a recomendation or you can get frustrated.
55
+
48
56
## How are the exercises organized?
49
57
50
58
Each exercise is a small react application containing the following files:
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.
0 commit comments