forked from 4GeeksAcademy/javascript-dom-tutorial-exercises
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlearn.json
23 lines (23 loc) · 971 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
{
"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": 8,
"difficulty": "easy",
"autoPlay": true,
"videoSolutions": false,
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
"projectType": "tutorial",
"editor": {
"version": "1.0.73"
}
}