-
Notifications
You must be signed in to change notification settings - Fork 383
/
Copy pathlearn.json
28 lines (28 loc) · 1.41 KB
/
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
27
28
{
"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": "Learn the basics of JavaScript functions in this tutorial! Explore arrow and anonymous functions, closures, callbacks, and how to create and call functions with parameters and return values. Understand their importance in functional programming and practice with real-life examples.",
"es": "¡Aprende lo básico sobre funciones en JavaScript con este tutorial! Descubre funciones flecha y anónimas, closures, callbacks, y cómo crear y llamar funciones con parámetros y valores de retorno. Entiende su importancia en la programación funcional y práctica con ejemplos de la vida real"
},
"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": "5.0",
"agent": "vscode"
},
"telemetry": {
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry?asset_id=156"
}
}