-
Notifications
You must be signed in to change notification settings - Fork 425
/
Copy pathlearn.json
33 lines (33 loc) · 1.56 KB
/
learn.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"slug": "javascript-arrays",
"title": {
"us": "Learn Javascript Arrays and Loops Interactive",
"es": "Ejercicios de arrays y loops de Javascript interactivos"
},
"technologies": ["arrays", "javascript", "node"],
"repository": "https://github.com/4GeeksAcademy/javascript-arrays-exercises-tutorial",
"preview": "https://github.com/4GeeksAcademy/javascript-arrays-exercises-tutorial/blob/master/preview.png?raw=true",
"description": {
"us": "**Learn JavaScript Arrays and Loops**: Master loops with an interactive tutorial packed with exercises. Get instant feedback from our AI mentor, auto-grading, and video solutions. Practice key concepts like for, forEach, while, map, filter, find, and looping through object literals.",
"es": "**Aprende Arrays y Bucles en JavaScript**: Domina los bucles con un tutorial interactivo lleno de ejercicios. Recibe retroalimentación instantánea de nuestro mentor de IA, calificaciones automáticas y soluciones en video. Practica conceptos clave como for, forEach, while, map, filter, find y bucles en objetos literales."
},
"duration": 12,
"difficulty": "easy",
"projectType": "tutorial",
"videoSolutions": true,
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
"graded": true,
"editor": {
"version": "5.0",
"agent": "vscode"
},
"telemetry": {
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry?asset_id=149"
},
"video": {
"intro": {
"es": "https://www.youtube.com/watch?v=mt_5rrboN9g",
"en": "https://www.youtube.com/watch?v=ESH3EvnT334"
}
}
}