-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlearn.json
More file actions
24 lines (22 loc) · 920 Bytes
/
Copy pathlearn.json
File metadata and controls
24 lines (22 loc) · 920 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"slug": "javascript-beginner-exercises-tutorial",
"grading": "isolated",
"language": "node",
"repository": "https://github.com/4GeeksAcademy/javascript-beginner-exercises-tutorial",
"title": {
"us": "Javascript Beginner Tutorial (interactive)",
"es": "Tutorial para Principiantes de Javascript (Interactivo)"
},
"preview": "https://github.com/4GeeksAcademy/javascript-beginner-exercises-tutorial/blob/master/preview.png?raw=true",
"description": {
"us": "Practice your Javascript programming skills with this interactive and auto-graded set of exercises.",
"es": "Practica tus habilidades programando en Javascript con este conjunto de ejercicios interactivos y auto-evaluados"
},
"duration": 10,
"difficulty": "easy",
"video-solutions": true,
"graded": true,
"editor": {
"version": "1.0.73"
}
}