Skip to content

Commit 434ba19

Browse files
authored
Update learn.json
1 parent b651646 commit 434ba19

File tree

1 file changed

+30
-33
lines changed

1 file changed

+30
-33
lines changed

learn.json

+30-33
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,32 @@
11
{
2-
"language": "node",
3-
"slug": "javascript-arrays",
4-
"title": {
5-
"us": "Learn Javascript Arrays and Loops Interactive",
6-
"es": "Aprende Arrays y Loops de Javascript Interactivamente"
7-
},
8-
"repository": "https://github.com/4GeeksAcademy/javascript-arrays-exercises-tutorial",
9-
"preview": "https://github.com/4GeeksAcademy/javascript-arrays-exercises-tutorial/blob/master/preview.png?raw=true",
10-
"description": {
11-
"us": "Learn javascript arrays and loops, interactive tutorial with dozens of exercises, get instant feedback with automatic grading and watch video solutions afterwards.",
12-
"es": "Aprende Arrays y ciclos de Javascript, con una docena de ejercicios del tutorial interactivo, obtén feedback instantáneo con auto-corrección y video-soluciones"
13-
},
14-
"duration": 12,
15-
"difficulty": "easy",
16-
"projectType": "tutorial",
17-
"videoSolutions": true,
18-
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
19-
"graded": true,
20-
21-
"editor": {
22-
"version": "3.1.36"
23-
},
24-
"telemetry": {
25-
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry"
26-
},
27-
"video": {
28-
"intro": {
29-
"es": "https://www.youtube.com/watch?v=mt_5rrboN9g",
30-
"en": "https://www.youtube.com/watch?v=ESH3EvnT334"
31-
}
2+
"slug": "javascript-arrays",
3+
"title": {
4+
"us": "Learn Javascript Arrays and Loops Interactive",
5+
"es": "Ejercicios de arrays y loops de Javascript interactivos"
6+
},
7+
"technologies": ["arrays", "javascript", "node"],
8+
"repository": "https://github.com/4GeeksAcademy/javascript-arrays-exercises-tutorial",
9+
"preview": "https://github.com/4GeeksAcademy/javascript-arrays-exercises-tutorial/blob/master/preview.png?raw=true",
10+
"description": {
11+
"us": "Learn javascript arrays and loops, interactive tutorial with dozens of exercises, get instant feedback with our AI mentor, auto-grading and video solutions",
12+
"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."
13+
},
14+
"duration": 12,
15+
"difficulty": "easy",
16+
"projectType": "tutorial",
17+
"videoSolutions": true,
18+
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
19+
"graded": true,
20+
"editor": {
21+
"version": "3.1.36"
22+
},
23+
"telemetry": {
24+
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry"
25+
},
26+
"video": {
27+
"intro": {
28+
"es": "https://www.youtube.com/watch?v=mt_5rrboN9g",
29+
"en": "https://www.youtube.com/watch?v=ESH3EvnT334"
30+
}
31+
}
3232
}
33-
34-
35-
}

0 commit comments

Comments
 (0)