-
Notifications
You must be signed in to change notification settings - Fork 401
/
Copy pathlearn.json
32 lines (32 loc) · 1.24 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
{
"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, interactive tutorial with dozens of exercises, get instant feedback with our AI mentor, auto-grading and video solutions",
"es": "Decenas de ejercicios de arrays y ciclos en Javascript, obtén feedback instantáneo con nuestro mentor AI, auto-corrección y video-soluciones."
},
"duration": 12,
"difficulty": "easy",
"projectType": "tutorial",
"videoSolutions": true,
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
"graded": true,
"editor": {
"version": "5.0"
},
"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"
}
}
}