From 8a5554c6fae83e92b10c8dbe5b82108cb44fad6c Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 14:46:51 +0100 Subject: unslug es: modify --- .../es/web/javascript/reference/functions/arguments/callee/index.html | 3 ++- files/es/web/javascript/reference/functions/arguments/index.html | 3 ++- .../es/web/javascript/reference/functions/arguments/length/index.html | 3 ++- files/es/web/javascript/reference/functions/arrow_functions/index.html | 3 ++- .../web/javascript/reference/functions/default_parameters/index.html | 3 ++- files/es/web/javascript/reference/functions/get/index.html | 3 ++- files/es/web/javascript/reference/functions/index.html | 3 ++- .../web/javascript/reference/functions/method_definitions/index.html | 3 ++- files/es/web/javascript/reference/functions/rest_parameters/index.html | 3 ++- files/es/web/javascript/reference/functions/set/index.html | 3 ++- 10 files changed, 20 insertions(+), 10 deletions(-) (limited to 'files/es/web/javascript/reference/functions') diff --git a/files/es/web/javascript/reference/functions/arguments/callee/index.html b/files/es/web/javascript/reference/functions/arguments/callee/index.html index 1902131055..0a68b739f3 100644 --- a/files/es/web/javascript/reference/functions/arguments/callee/index.html +++ b/files/es/web/javascript/reference/functions/arguments/callee/index.html @@ -1,11 +1,12 @@ --- title: callee -slug: Web/JavaScript/Referencia/Funciones/arguments/callee +slug: Web/JavaScript/Reference/Functions/arguments/callee tags: - JavaScript - JavaScript Reference - Referencia translation_of: Web/JavaScript/Reference/Functions/arguments/callee +original_slug: Web/JavaScript/Referencia/Funciones/arguments/callee ---
{{jsSidebar("Functions")}}
diff --git a/files/es/web/javascript/reference/functions/arguments/index.html b/files/es/web/javascript/reference/functions/arguments/index.html index ab768cff21..2540bbdaa3 100644 --- a/files/es/web/javascript/reference/functions/arguments/index.html +++ b/files/es/web/javascript/reference/functions/arguments/index.html @@ -1,6 +1,6 @@ --- title: El objeto arguments -slug: Web/JavaScript/Referencia/Funciones/arguments +slug: Web/JavaScript/Reference/Functions/arguments tags: - Funciones - JavaScript @@ -10,6 +10,7 @@ tags: - espacio de nombres - multiples translation_of: Web/JavaScript/Reference/Functions/arguments +original_slug: Web/JavaScript/Referencia/Funciones/arguments ---
{{jsSidebar("Functions", "Funciones")}}
diff --git a/files/es/web/javascript/reference/functions/arguments/length/index.html b/files/es/web/javascript/reference/functions/arguments/length/index.html index b1d7698194..aaf1375447 100644 --- a/files/es/web/javascript/reference/functions/arguments/length/index.html +++ b/files/es/web/javascript/reference/functions/arguments/length/index.html @@ -1,12 +1,13 @@ --- title: arguments.length -slug: Web/JavaScript/Referencia/Funciones/arguments/length +slug: Web/JavaScript/Reference/Functions/arguments/length tags: - Funciones - JavaScript - Propiedades - argumentos translation_of: Web/JavaScript/Reference/Functions/arguments/length +original_slug: Web/JavaScript/Referencia/Funciones/arguments/length ---
{{jsSidebar("Functions")}}
diff --git a/files/es/web/javascript/reference/functions/arrow_functions/index.html b/files/es/web/javascript/reference/functions/arrow_functions/index.html index 6ea9a35595..a4f7f4427c 100644 --- a/files/es/web/javascript/reference/functions/arrow_functions/index.html +++ b/files/es/web/javascript/reference/functions/arrow_functions/index.html @@ -1,6 +1,6 @@ --- title: Funciones Flecha -slug: Web/JavaScript/Referencia/Funciones/Arrow_functions +slug: Web/JavaScript/Reference/Functions/Arrow_functions tags: - ECMAScript6 - Intermedio @@ -8,6 +8,7 @@ tags: - Referencia - función translation_of: Web/JavaScript/Reference/Functions/Arrow_functions +original_slug: Web/JavaScript/Referencia/Funciones/Arrow_functions ---
{{jsSidebar("Functions", "Funciones")}}
diff --git a/files/es/web/javascript/reference/functions/default_parameters/index.html b/files/es/web/javascript/reference/functions/default_parameters/index.html index e319a3606b..60c189363a 100644 --- a/files/es/web/javascript/reference/functions/default_parameters/index.html +++ b/files/es/web/javascript/reference/functions/default_parameters/index.html @@ -1,12 +1,13 @@ --- title: Parámetros predeterminados -slug: Web/JavaScript/Referencia/Funciones/Parametros_por_defecto +slug: Web/JavaScript/Reference/Functions/Default_parameters tags: - Característica del lenguaje - ECMAScript 2015 - Funciones - JavaScript translation_of: Web/JavaScript/Reference/Functions/Default_parameters +original_slug: Web/JavaScript/Referencia/Funciones/Parametros_por_defecto ---
{{jsSidebar("Functions", "Funciones")}}
diff --git a/files/es/web/javascript/reference/functions/get/index.html b/files/es/web/javascript/reference/functions/get/index.html index 7125ab0caa..64ecd47f91 100644 --- a/files/es/web/javascript/reference/functions/get/index.html +++ b/files/es/web/javascript/reference/functions/get/index.html @@ -1,11 +1,12 @@ --- title: get -slug: Web/JavaScript/Referencia/Funciones/get +slug: Web/JavaScript/Reference/Functions/get tags: - ECMAScript5 - JavaScript - Operator translation_of: Web/JavaScript/Reference/Functions/get +original_slug: Web/JavaScript/Referencia/Funciones/get ---
{{jsSidebar("Funciones")}}
diff --git a/files/es/web/javascript/reference/functions/index.html b/files/es/web/javascript/reference/functions/index.html index ac1bea24ea..6ec9e945ee 100644 --- a/files/es/web/javascript/reference/functions/index.html +++ b/files/es/web/javascript/reference/functions/index.html @@ -1,12 +1,13 @@ --- title: Funciones -slug: Web/JavaScript/Referencia/Funciones +slug: Web/JavaScript/Reference/Functions tags: - Funciones - Guia(2) - JavaScript - función translation_of: Web/JavaScript/Reference/Functions +original_slug: Web/JavaScript/Referencia/Funciones ---
{{jsSidebar("Functions")}}
diff --git a/files/es/web/javascript/reference/functions/method_definitions/index.html b/files/es/web/javascript/reference/functions/method_definitions/index.html index 2aa23ca9b3..d8c4e43051 100644 --- a/files/es/web/javascript/reference/functions/method_definitions/index.html +++ b/files/es/web/javascript/reference/functions/method_definitions/index.html @@ -1,7 +1,8 @@ --- title: Method definitions -slug: Web/JavaScript/Referencia/Funciones/Method_definitions +slug: Web/JavaScript/Reference/Functions/Method_definitions translation_of: Web/JavaScript/Reference/Functions/Method_definitions +original_slug: Web/JavaScript/Referencia/Funciones/Method_definitions ---
{{JsSidebar("Functions")}}
diff --git a/files/es/web/javascript/reference/functions/rest_parameters/index.html b/files/es/web/javascript/reference/functions/rest_parameters/index.html index 2e26e2c6e0..cb17f0f437 100644 --- a/files/es/web/javascript/reference/functions/rest_parameters/index.html +++ b/files/es/web/javascript/reference/functions/rest_parameters/index.html @@ -1,11 +1,12 @@ --- title: Parámetros Rest -slug: Web/JavaScript/Referencia/Funciones/parametros_rest +slug: Web/JavaScript/Reference/Functions/rest_parameters tags: - Funciones - JavaScript - Parametros Rest translation_of: Web/JavaScript/Reference/Functions/rest_parameters +original_slug: Web/JavaScript/Referencia/Funciones/parametros_rest ---
{{jsSidebar("Functions")}}
diff --git a/files/es/web/javascript/reference/functions/set/index.html b/files/es/web/javascript/reference/functions/set/index.html index ef555e6759..33e15fbda4 100644 --- a/files/es/web/javascript/reference/functions/set/index.html +++ b/files/es/web/javascript/reference/functions/set/index.html @@ -1,7 +1,8 @@ --- title: setter -slug: Web/JavaScript/Referencia/Funciones/set +slug: Web/JavaScript/Reference/Functions/set translation_of: Web/JavaScript/Reference/Functions/set +original_slug: Web/JavaScript/Referencia/Funciones/set ---
{{jsSidebar("Funciones")}}
-- cgit v1.2.3-54-g00ecf