From 70d2b39a2cab585800542b3ce330e0dca35d17fb Mon Sep 17 00:00:00 2001 From: lorenagubaira <102861577+Lorenagubaira@users.noreply.github.com> Date: Sat, 25 Jan 2025 09:09:57 -0400 Subject: [PATCH] Update learn.json --- learn.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/learn.json b/learn.json index ecaeaeb..d12a8ce 100644 --- a/learn.json +++ b/learn.json @@ -7,8 +7,8 @@ "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!" + "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, @@ -19,7 +19,8 @@ "skills": ["algorithms"], "graded": true, "editor": { - "version": "5.0" + "version": "5.0", + "agent": "vscode" }, "telemetry": { "batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry?asset_id=156"