-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlearn.json
More file actions
27 lines (27 loc) · 1.05 KB
/
learn.json
File metadata and controls
27 lines (27 loc) · 1.05 KB
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
{
"language": "node",
"title": {
"us": "Practice Javascript Functions Tutorial",
"es": "Tutorial para Practicar Funciones de Javascript"
},
"preview": "https://github.com/4GeeksAcademy/javascript-functions-exercises-tutorial/blob/master/.learn/assets/preview.png?raw=true",
"slug": "javascript-functions-exercises-tutorial",
"description": {
"us": "Start using and practicing javascript functions, learn about arrows, anonymus functions, closures, callbacks and more!",
"es": "Empieza a usar y practicar con funciones de JavaScript, aprende sobre funciones flechas, anónimas, callbacks y más!"
},
"repository": "https://github.com/4GeeksAcademy/javascript-functions-exercises-tutorial",
"duration": 5,
"difficulty": "easy",
"videoSolutions": true,
"projectType": "tutorial",
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
"skills": ["algorithms"],
"graded": true,
"editor": {
"version": "3.1.36"
},
"telemetry": {
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry"
}
}