-
Notifications
You must be signed in to change notification settings - Fork 267
/
Copy pathlearn.json
26 lines (26 loc) · 991 Bytes
/
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
{
"slug": "the-dom-exercises",
"grading": "isolated",
"repository": "https://github.com/4GeeksAcademy/javascript-dom-tutorial-exercises",
"title": {
"us": "Learn how to manipulate The DOM with JS",
"es": "Aprende cómo manipular el DOM con JavaScript"
},
"preview": "https://github.com/4GeeksAcademy/javascript-dom-tutorial-exercises/blob/master/preview.png?raw=true",
"description": {
"us": "Step by step, go over all the most important DOM concepts and methods: Use javascript to manipulate styles, HTML elements.",
"es": "Paso a paso, ve sobre todos los conceptos y métodos del DOM: Usa Javascript para manipular los estilos de los elementos de HTML."
},
"duration": 6,
"difficulty": "easy",
"autoPlay": true,
"videoSolutions": false,
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
"projectType": "tutorial",
"editor": {
"version": "5.0"
},
"telemetry": {
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry?asset_id=151"
}
}