Skip to content

Commit 4f9156f

Browse files
Merge pull request #112 from 4GeeksAcademy/Lorenagubaira-patch-1
Update learn.json
2 parents 4161111 + 70d2b39 commit 4f9156f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

learn.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"preview": "https://github.com/4GeeksAcademy/javascript-functions-exercises-tutorial/blob/master/.learn/assets/preview.png?raw=true",
88
"slug": "javascript-functions-exercises-tutorial",
99
"description": {
10-
"us": "Start using and practicing javascript functions, learn about arrows, anonymus functions, closures, callbacks and more!",
11-
"es": "Empieza a usar y practicar con funciones de JavaScript, aprende sobre funciones flechas, anónimas, callbacks y más!"
10+
"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.",
11+
"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"
1212
},
1313
"repository": "https://github.com/4GeeksAcademy/javascript-functions-exercises-tutorial",
1414
"duration": 5,
@@ -19,7 +19,8 @@
1919
"skills": ["algorithms"],
2020
"graded": true,
2121
"editor": {
22-
"version": "5.0"
22+
"version": "5.0",
23+
"agent": "vscode"
2324
},
2425
"telemetry": {
2526
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry?asset_id=156"

0 commit comments

Comments
 (0)