aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/javascript/reference/operators
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/web/javascript/reference/operators')
-rw-r--r--files/es/web/javascript/reference/operators/addition/index.html3
-rw-r--r--files/es/web/javascript/reference/operators/assignment/index.html3
-rw-r--r--files/es/web/javascript/reference/operators/async_function/index.html3
-rw-r--r--files/es/web/javascript/reference/operators/await/index.html3
-rw-r--r--files/es/web/javascript/reference/operators/class/index.html3
-rw-r--r--files/es/web/javascript/reference/operators/comma_operator/index.html3
-rw-r--r--files/es/web/javascript/reference/operators/conditional_operator/index.html3
-rw-r--r--files/es/web/javascript/reference/operators/decrement/index.html3
-rw-r--r--files/es/web/javascript/reference/operators/delete/index.html3
-rw-r--r--files/es/web/javascript/reference/operators/destructuring_assignment/index.html3
-rw-r--r--files/es/web/javascript/reference/operators/division/index.html3
-rw-r--r--files/es/web/javascript/reference/operators/equality/index.html3
-rw-r--r--files/es/web/javascript/reference/operators/function/index.html3
-rw-r--r--files/es/web/javascript/reference/operators/function_star_/index.html3
-rw-r--r--files/es/web/javascript/reference/operators/grouping/index.html3
-rw-r--r--files/es/web/javascript/reference/operators/in/index.html3
-rw-r--r--files/es/web/javascript/reference/operators/index.html3
-rw-r--r--files/es/web/javascript/reference/operators/instanceof/index.html3
-rw-r--r--files/es/web/javascript/reference/operators/new.target/index.html3
-rw-r--r--files/es/web/javascript/reference/operators/new/index.html3
-rw-r--r--files/es/web/javascript/reference/operators/operator_precedence/index.html3
-rw-r--r--files/es/web/javascript/reference/operators/optional_chaining/index.html3
-rw-r--r--files/es/web/javascript/reference/operators/pipeline_operator/index.html3
-rw-r--r--files/es/web/javascript/reference/operators/property_accessors/index.html3
-rw-r--r--files/es/web/javascript/reference/operators/remainder/index.html3
-rw-r--r--files/es/web/javascript/reference/operators/spread_syntax/index.html3
-rw-r--r--files/es/web/javascript/reference/operators/strict_equality/index.html3
-rw-r--r--files/es/web/javascript/reference/operators/subtraction/index.html3
-rw-r--r--files/es/web/javascript/reference/operators/super/index.html3
-rw-r--r--files/es/web/javascript/reference/operators/this/index.html3
-rw-r--r--files/es/web/javascript/reference/operators/typeof/index.html3
-rw-r--r--files/es/web/javascript/reference/operators/void/index.html3
-rw-r--r--files/es/web/javascript/reference/operators/yield/index.html3
-rw-r--r--files/es/web/javascript/reference/operators/yield_star_/index.html3
34 files changed, 68 insertions, 34 deletions
diff --git a/files/es/web/javascript/reference/operators/addition/index.html b/files/es/web/javascript/reference/operators/addition/index.html
index 888845158a..58e5d58dae 100644
--- a/files/es/web/javascript/reference/operators/addition/index.html
+++ b/files/es/web/javascript/reference/operators/addition/index.html
@@ -1,7 +1,8 @@
---
title: Adición (+)
-slug: Web/JavaScript/Referencia/Operadores/Adición
+slug: Web/JavaScript/Reference/Operators/Addition
translation_of: Web/JavaScript/Reference/Operators/Addition
+original_slug: Web/JavaScript/Referencia/Operadores/Adición
---
<div>{{jsSidebar("Operators")}}</div>
diff --git a/files/es/web/javascript/reference/operators/assignment/index.html b/files/es/web/javascript/reference/operators/assignment/index.html
index 1fa4b79ac4..0ec71e252e 100644
--- a/files/es/web/javascript/reference/operators/assignment/index.html
+++ b/files/es/web/javascript/reference/operators/assignment/index.html
@@ -1,6 +1,6 @@
---
title: Asignacion (=)
-slug: Web/JavaScript/Referencia/Operadores/Asignacion
+slug: Web/JavaScript/Reference/Operators/Assignment
tags:
- JS
- JavaScript
@@ -8,6 +8,7 @@ tags:
- Operadores JavaScript
- Referências
translation_of: Web/JavaScript/Reference/Operators/Assignment
+original_slug: Web/JavaScript/Referencia/Operadores/Asignacion
---
<div>{{jsSidebar("Operators")}}</div>
diff --git a/files/es/web/javascript/reference/operators/async_function/index.html b/files/es/web/javascript/reference/operators/async_function/index.html
index 12e76e6ce5..679e82d997 100644
--- a/files/es/web/javascript/reference/operators/async_function/index.html
+++ b/files/es/web/javascript/reference/operators/async_function/index.html
@@ -1,12 +1,13 @@
---
title: Expresión de función asíncrona
-slug: Web/JavaScript/Referencia/Operadores/async_function
+slug: Web/JavaScript/Reference/Operators/async_function
tags:
- Expresión Primaria
- JavaScript
- Operador
- función
translation_of: Web/JavaScript/Reference/Operators/async_function
+original_slug: Web/JavaScript/Referencia/Operadores/async_function
---
<div>{{jsSidebar("Operators")}}</div>
diff --git a/files/es/web/javascript/reference/operators/await/index.html b/files/es/web/javascript/reference/operators/await/index.html
index d1a84251f1..74f94bf214 100644
--- a/files/es/web/javascript/reference/operators/await/index.html
+++ b/files/es/web/javascript/reference/operators/await/index.html
@@ -1,7 +1,8 @@
---
title: await
-slug: Web/JavaScript/Referencia/Operadores/await
+slug: Web/JavaScript/Reference/Operators/await
translation_of: Web/JavaScript/Reference/Operators/await
+original_slug: Web/JavaScript/Referencia/Operadores/await
---
<div>{{jsSidebar("Operators")}}</div>
diff --git a/files/es/web/javascript/reference/operators/class/index.html b/files/es/web/javascript/reference/operators/class/index.html
index e654359035..9800963fd7 100644
--- a/files/es/web/javascript/reference/operators/class/index.html
+++ b/files/es/web/javascript/reference/operators/class/index.html
@@ -1,6 +1,6 @@
---
title: expresión class
-slug: Web/JavaScript/Referencia/Operadores/class
+slug: Web/JavaScript/Reference/Operators/class
tags:
- Classes
- ECMAScript6
@@ -9,6 +9,7 @@ tags:
- Operator
- Reference
translation_of: Web/JavaScript/Reference/Operators/class
+original_slug: Web/JavaScript/Referencia/Operadores/class
---
<div>{{jsSidebar("Operators")}}</div>
diff --git a/files/es/web/javascript/reference/operators/comma_operator/index.html b/files/es/web/javascript/reference/operators/comma_operator/index.html
index a62701b3e1..b1325fbea0 100644
--- a/files/es/web/javascript/reference/operators/comma_operator/index.html
+++ b/files/es/web/javascript/reference/operators/comma_operator/index.html
@@ -1,9 +1,10 @@
---
title: Operador Coma
-slug: Web/JavaScript/Referencia/Operadores/operador_coma
+slug: Web/JavaScript/Reference/Operators/Comma_Operator
tags:
- JavaScript
translation_of: Web/JavaScript/Reference/Operators/Comma_Operator
+original_slug: Web/JavaScript/Referencia/Operadores/operador_coma
---
<div>{{jsSidebar("Operators")}}</div>
diff --git a/files/es/web/javascript/reference/operators/conditional_operator/index.html b/files/es/web/javascript/reference/operators/conditional_operator/index.html
index 6b48295902..8f26d6ce67 100644
--- a/files/es/web/javascript/reference/operators/conditional_operator/index.html
+++ b/files/es/web/javascript/reference/operators/conditional_operator/index.html
@@ -1,10 +1,11 @@
---
title: Operador condicional (ternario)
-slug: Web/JavaScript/Referencia/Operadores/Conditional_Operator
+slug: Web/JavaScript/Reference/Operators/Conditional_Operator
tags:
- JavaScript
- Operador
translation_of: Web/JavaScript/Reference/Operators/Conditional_Operator
+original_slug: Web/JavaScript/Referencia/Operadores/Conditional_Operator
---
<div>{{jsSidebar("Operators")}}</div>
diff --git a/files/es/web/javascript/reference/operators/decrement/index.html b/files/es/web/javascript/reference/operators/decrement/index.html
index 01fa5f0ee2..5be9b1f986 100644
--- a/files/es/web/javascript/reference/operators/decrement/index.html
+++ b/files/es/web/javascript/reference/operators/decrement/index.html
@@ -1,12 +1,13 @@
---
title: Decremento(--)
-slug: Web/JavaScript/Referencia/Operadores/Decremento
+slug: Web/JavaScript/Reference/Operators/Decrement
tags:
- Decremento
- JavaScript
- JavaScript basico
- Operadores
translation_of: Web/JavaScript/Reference/Operators/Decrement
+original_slug: Web/JavaScript/Referencia/Operadores/Decremento
---
<div>{{jsSidebar("Operators")}}</div>
diff --git a/files/es/web/javascript/reference/operators/delete/index.html b/files/es/web/javascript/reference/operators/delete/index.html
index 99ec3e73dd..94ede3308d 100644
--- a/files/es/web/javascript/reference/operators/delete/index.html
+++ b/files/es/web/javascript/reference/operators/delete/index.html
@@ -1,7 +1,8 @@
---
title: operador delete
-slug: Web/JavaScript/Referencia/Operadores/delete
+slug: Web/JavaScript/Reference/Operators/delete
translation_of: Web/JavaScript/Reference/Operators/delete
+original_slug: Web/JavaScript/Referencia/Operadores/delete
---
<div>
<div>{{jsSidebar("Operators")}}</div>
diff --git a/files/es/web/javascript/reference/operators/destructuring_assignment/index.html b/files/es/web/javascript/reference/operators/destructuring_assignment/index.html
index b56e3d3b52..3f070055b5 100644
--- a/files/es/web/javascript/reference/operators/destructuring_assignment/index.html
+++ b/files/es/web/javascript/reference/operators/destructuring_assignment/index.html
@@ -1,6 +1,6 @@
---
title: La desestructuración
-slug: Web/JavaScript/Referencia/Operadores/Destructuring_assignment
+slug: Web/JavaScript/Reference/Operators/Destructuring_assignment
tags:
- Característica del lenguaje
- Desestructuración
@@ -11,6 +11,7 @@ tags:
- Objetos anidados y desestructuración de array
- Operador
translation_of: Web/JavaScript/Reference/Operators/Destructuring_assignment
+original_slug: Web/JavaScript/Referencia/Operadores/Destructuring_assignment
---
<div>{{jsSidebar("Operators", "Operadores")}}</div>
diff --git a/files/es/web/javascript/reference/operators/division/index.html b/files/es/web/javascript/reference/operators/division/index.html
index d29816e37a..08074f727d 100644
--- a/files/es/web/javascript/reference/operators/division/index.html
+++ b/files/es/web/javascript/reference/operators/division/index.html
@@ -1,6 +1,6 @@
---
title: Division (/)
-slug: Web/JavaScript/Referencia/Operadores/Division
+slug: Web/JavaScript/Reference/Operators/Division
tags:
- JS
- JavaScript
@@ -8,6 +8,7 @@ tags:
- Operadores
- Referências
translation_of: Web/JavaScript/Reference/Operators/Division
+original_slug: Web/JavaScript/Referencia/Operadores/Division
---
<div>{{jsSidebar("Operators")}}</div>
diff --git a/files/es/web/javascript/reference/operators/equality/index.html b/files/es/web/javascript/reference/operators/equality/index.html
index c60efcaada..d191c15d3b 100644
--- a/files/es/web/javascript/reference/operators/equality/index.html
+++ b/files/es/web/javascript/reference/operators/equality/index.html
@@ -1,6 +1,6 @@
---
title: Comparación (==)
-slug: Web/JavaScript/Referencia/Operadores/Comparacion
+slug: Web/JavaScript/Reference/Operators/Equality
tags:
- JS
- JavaScript
@@ -8,6 +8,7 @@ tags:
- Operadores
- Referências
translation_of: Web/JavaScript/Reference/Operators/Equality
+original_slug: Web/JavaScript/Referencia/Operadores/Comparacion
---
<div>{{jsSidebar("Operators")}}</div>
diff --git a/files/es/web/javascript/reference/operators/function/index.html b/files/es/web/javascript/reference/operators/function/index.html
index d5739239b2..c4f7c4233f 100644
--- a/files/es/web/javascript/reference/operators/function/index.html
+++ b/files/es/web/javascript/reference/operators/function/index.html
@@ -1,12 +1,13 @@
---
title: function
-slug: Web/JavaScript/Referencia/Operadores/function
+slug: Web/JavaScript/Reference/Operators/function
tags:
- Function
- JavaScript
- Operator
- Primary Expressions
translation_of: Web/JavaScript/Reference/Operators/function
+original_slug: Web/JavaScript/Referencia/Operadores/function
---
<div>{{jsSidebar("Operators")}}</div>
diff --git a/files/es/web/javascript/reference/operators/function_star_/index.html b/files/es/web/javascript/reference/operators/function_star_/index.html
index 9c38872b7e..632906f1c8 100644
--- a/files/es/web/javascript/reference/operators/function_star_/index.html
+++ b/files/es/web/javascript/reference/operators/function_star_/index.html
@@ -1,6 +1,6 @@
---
title: expresión function*
-slug: Web/JavaScript/Referencia/Operadores/function*
+slug: Web/JavaScript/Reference/Operators/function*
tags:
- ECMAScript 2015
- Expresión Primaria
@@ -9,6 +9,7 @@ tags:
- JavaScript
- Operator
translation_of: Web/JavaScript/Reference/Operators/function*
+original_slug: Web/JavaScript/Referencia/Operadores/function*
---
<div>{{jsSidebar("Operators")}}</div>
diff --git a/files/es/web/javascript/reference/operators/grouping/index.html b/files/es/web/javascript/reference/operators/grouping/index.html
index ec78e8518f..0d41dd7d03 100644
--- a/files/es/web/javascript/reference/operators/grouping/index.html
+++ b/files/es/web/javascript/reference/operators/grouping/index.html
@@ -1,11 +1,12 @@
---
title: Operador de agrupación
-slug: Web/JavaScript/Referencia/Operadores/Grouping
+slug: Web/JavaScript/Reference/Operators/Grouping
tags:
- Expresiones primarias
- JavaScript
- Operador
translation_of: Web/JavaScript/Reference/Operators/Grouping
+original_slug: Web/JavaScript/Referencia/Operadores/Grouping
---
<div>{{jsSidebar("Operators")}}</div>
diff --git a/files/es/web/javascript/reference/operators/in/index.html b/files/es/web/javascript/reference/operators/in/index.html
index 051056a25f..649f3f9595 100644
--- a/files/es/web/javascript/reference/operators/in/index.html
+++ b/files/es/web/javascript/reference/operators/in/index.html
@@ -1,11 +1,12 @@
---
title: in
-slug: Web/JavaScript/Referencia/Operadores/in
+slug: Web/JavaScript/Reference/Operators/in
tags:
- JavaScript
- Operator
- Relational Operators
translation_of: Web/JavaScript/Reference/Operators/in
+original_slug: Web/JavaScript/Referencia/Operadores/in
---
<div>{{jsSidebar("Operators")}}</div>
diff --git a/files/es/web/javascript/reference/operators/index.html b/files/es/web/javascript/reference/operators/index.html
index dca4964faa..b4ead2ee42 100644
--- a/files/es/web/javascript/reference/operators/index.html
+++ b/files/es/web/javascript/reference/operators/index.html
@@ -1,6 +1,6 @@
---
title: Expresiones y operadores
-slug: Web/JavaScript/Referencia/Operadores
+slug: Web/JavaScript/Reference/Operators
tags:
- Descripción
- JavaScript
@@ -8,6 +8,7 @@ tags:
- Operators
- Referencia
translation_of: Web/JavaScript/Reference/Operators
+original_slug: Web/JavaScript/Referencia/Operadores
---
<div>{{jsSidebar("Operators", "Operadores")}}</div>
diff --git a/files/es/web/javascript/reference/operators/instanceof/index.html b/files/es/web/javascript/reference/operators/instanceof/index.html
index 3b9a45162d..4acc592da6 100644
--- a/files/es/web/javascript/reference/operators/instanceof/index.html
+++ b/files/es/web/javascript/reference/operators/instanceof/index.html
@@ -1,11 +1,12 @@
---
title: instanceof
-slug: Web/JavaScript/Referencia/Operadores/instanceof
+slug: Web/JavaScript/Reference/Operators/instanceof
tags:
- JavaScript
- Operator
- Relational Operators
translation_of: Web/JavaScript/Reference/Operators/instanceof
+original_slug: Web/JavaScript/Referencia/Operadores/instanceof
---
<div>{{jsSidebar("Operators")}}</div>
diff --git a/files/es/web/javascript/reference/operators/new.target/index.html b/files/es/web/javascript/reference/operators/new.target/index.html
index 0faa0f0878..d327e63c35 100644
--- a/files/es/web/javascript/reference/operators/new.target/index.html
+++ b/files/es/web/javascript/reference/operators/new.target/index.html
@@ -1,12 +1,13 @@
---
title: new.target
-slug: Web/JavaScript/Referencia/Operadores/new.target
+slug: Web/JavaScript/Reference/Operators/new.target
tags:
- Clases
- ECMAScript6
- JavaScript
- Referencia
translation_of: Web/JavaScript/Reference/Operators/new.target
+original_slug: Web/JavaScript/Referencia/Operadores/new.target
---
<div>{{JSSidebar("Operators")}}</div>
diff --git a/files/es/web/javascript/reference/operators/new/index.html b/files/es/web/javascript/reference/operators/new/index.html
index 4635b12402..6bfeff9461 100644
--- a/files/es/web/javascript/reference/operators/new/index.html
+++ b/files/es/web/javascript/reference/operators/new/index.html
@@ -1,6 +1,6 @@
---
title: Operador new
-slug: Web/JavaScript/Referencia/Operadores/new
+slug: Web/JavaScript/Reference/Operators/new
tags:
- Expresiones del lado izquierdo
- JavaScript
@@ -9,6 +9,7 @@ tags:
- Operator
- Referencia
translation_of: Web/JavaScript/Reference/Operators/new
+original_slug: Web/JavaScript/Referencia/Operadores/new
---
<div>{{jsSidebar("Operators", "Operadores")}}</div>
diff --git a/files/es/web/javascript/reference/operators/operator_precedence/index.html b/files/es/web/javascript/reference/operators/operator_precedence/index.html
index 2ff0464afd..06a51d7241 100644
--- a/files/es/web/javascript/reference/operators/operator_precedence/index.html
+++ b/files/es/web/javascript/reference/operators/operator_precedence/index.html
@@ -1,12 +1,13 @@
---
title: Precedencia de operadores
-slug: Web/JavaScript/Referencia/Operadores/Operator_Precedence
+slug: Web/JavaScript/Reference/Operators/Operator_Precedence
tags:
- JavaScript
- Operator
- operator details
- operator precedence
translation_of: Web/JavaScript/Reference/Operators/Operator_Precedence
+original_slug: Web/JavaScript/Referencia/Operadores/Operator_Precedence
---
<div>{{jsSidebar("Operators")}}</div>
diff --git a/files/es/web/javascript/reference/operators/optional_chaining/index.html b/files/es/web/javascript/reference/operators/optional_chaining/index.html
index 06ccb5a999..ff12caff68 100644
--- a/files/es/web/javascript/reference/operators/optional_chaining/index.html
+++ b/files/es/web/javascript/reference/operators/optional_chaining/index.html
@@ -1,7 +1,8 @@
---
title: Encadenamiento opcional
-slug: Web/JavaScript/Referencia/Operadores/Encadenamiento_opcional
+slug: Web/JavaScript/Reference/Operators/Optional_chaining
translation_of: Web/JavaScript/Reference/Operators/Optional_chaining
+original_slug: Web/JavaScript/Referencia/Operadores/Encadenamiento_opcional
---
<div>{{JSSidebar("Operators")}}</div>
diff --git a/files/es/web/javascript/reference/operators/pipeline_operator/index.html b/files/es/web/javascript/reference/operators/pipeline_operator/index.html
index cb671264cc..60b1de0858 100644
--- a/files/es/web/javascript/reference/operators/pipeline_operator/index.html
+++ b/files/es/web/javascript/reference/operators/pipeline_operator/index.html
@@ -1,6 +1,6 @@
---
title: Operador Pipeline
-slug: Web/JavaScript/Referencia/Operadores/Pipeline_operator
+slug: Web/JavaScript/Reference/Operators/Pipeline_operator
tags:
- Encadenamiento
- Experimental
@@ -8,6 +8,7 @@ tags:
- Operador
- Pipeline
translation_of: Web/JavaScript/Reference/Operators/Pipeline_operator
+original_slug: Web/JavaScript/Referencia/Operadores/Pipeline_operator
---
<div>{{jsSidebar("Operators")}} {{SeeCompatTable}}</div>
diff --git a/files/es/web/javascript/reference/operators/property_accessors/index.html b/files/es/web/javascript/reference/operators/property_accessors/index.html
index 565a8b7f92..32f20fd150 100644
--- a/files/es/web/javascript/reference/operators/property_accessors/index.html
+++ b/files/es/web/javascript/reference/operators/property_accessors/index.html
@@ -1,10 +1,11 @@
---
title: Miembros
-slug: Web/JavaScript/Referencia/Operadores/Miembros
+slug: Web/JavaScript/Reference/Operators/Property_Accessors
tags:
- JavaScript
- Operator
translation_of: Web/JavaScript/Reference/Operators/Property_Accessors
+original_slug: Web/JavaScript/Referencia/Operadores/Miembros
---
<div>{{jsSidebar("Operators")}}</div>
diff --git a/files/es/web/javascript/reference/operators/remainder/index.html b/files/es/web/javascript/reference/operators/remainder/index.html
index 1a6a7c56da..b8e4540902 100644
--- a/files/es/web/javascript/reference/operators/remainder/index.html
+++ b/files/es/web/javascript/reference/operators/remainder/index.html
@@ -1,7 +1,8 @@
---
title: Resto (%)
-slug: Web/JavaScript/Referencia/Operadores/Resto
+slug: Web/JavaScript/Reference/Operators/Remainder
translation_of: Web/JavaScript/Reference/Operators/Remainder
+original_slug: Web/JavaScript/Referencia/Operadores/Resto
---
<div>{{jsSidebar("Operators")}}</div>
diff --git a/files/es/web/javascript/reference/operators/spread_syntax/index.html b/files/es/web/javascript/reference/operators/spread_syntax/index.html
index 5a17cd05a2..1738484548 100644
--- a/files/es/web/javascript/reference/operators/spread_syntax/index.html
+++ b/files/es/web/javascript/reference/operators/spread_syntax/index.html
@@ -1,11 +1,12 @@
---
title: Sintáxis Spread
-slug: Web/JavaScript/Referencia/Operadores/Sintaxis_Spread
+slug: Web/JavaScript/Reference/Operators/Spread_syntax
tags:
- ECMAScript6
- Iteradores
- JavaScript
translation_of: Web/JavaScript/Reference/Operators/Spread_syntax
+original_slug: Web/JavaScript/Referencia/Operadores/Sintaxis_Spread
---
<div>{{jsSidebar("Operators")}}</div>
diff --git a/files/es/web/javascript/reference/operators/strict_equality/index.html b/files/es/web/javascript/reference/operators/strict_equality/index.html
index 0d09b1de71..b9d9522565 100644
--- a/files/es/web/javascript/reference/operators/strict_equality/index.html
+++ b/files/es/web/javascript/reference/operators/strict_equality/index.html
@@ -1,7 +1,8 @@
---
title: Igualdad Estricta (===)
-slug: Web/JavaScript/Referencia/Operadores/Strict_equality
+slug: Web/JavaScript/Reference/Operators/Strict_equality
translation_of: Web/JavaScript/Reference/Operators/Strict_equality
+original_slug: Web/JavaScript/Referencia/Operadores/Strict_equality
---
<div>{{jsSidebar("Operators")}}</div>
diff --git a/files/es/web/javascript/reference/operators/subtraction/index.html b/files/es/web/javascript/reference/operators/subtraction/index.html
index 21bfd3a1ac..06a7852ee6 100644
--- a/files/es/web/javascript/reference/operators/subtraction/index.html
+++ b/files/es/web/javascript/reference/operators/subtraction/index.html
@@ -1,9 +1,10 @@
---
title: Sustracción (-)
-slug: Web/JavaScript/Referencia/Operadores/Sustracción
+slug: Web/JavaScript/Reference/Operators/Subtraction
tags:
- JavaScript
translation_of: Web/JavaScript/Reference/Operators/Subtraction
+original_slug: Web/JavaScript/Referencia/Operadores/Sustracción
---
<div>{{jsSidebar("Operators")}}</div>
diff --git a/files/es/web/javascript/reference/operators/super/index.html b/files/es/web/javascript/reference/operators/super/index.html
index ff2ac5ae0e..03e900b564 100644
--- a/files/es/web/javascript/reference/operators/super/index.html
+++ b/files/es/web/javascript/reference/operators/super/index.html
@@ -1,12 +1,13 @@
---
title: super
-slug: Web/JavaScript/Referencia/Operadores/super
+slug: Web/JavaScript/Reference/Operators/super
tags:
- Clases
- ECMAScript 2015
- JavaScript
- Operador
translation_of: Web/JavaScript/Reference/Operators/super
+original_slug: Web/JavaScript/Referencia/Operadores/super
---
<div>{{jsSidebar("Operators")}}</div>
diff --git a/files/es/web/javascript/reference/operators/this/index.html b/files/es/web/javascript/reference/operators/this/index.html
index 74ed62bb60..da34707919 100644
--- a/files/es/web/javascript/reference/operators/this/index.html
+++ b/files/es/web/javascript/reference/operators/this/index.html
@@ -1,7 +1,8 @@
---
title: this
-slug: Web/JavaScript/Referencia/Operadores/this
+slug: Web/JavaScript/Reference/Operators/this
translation_of: Web/JavaScript/Reference/Operators/this
+original_slug: Web/JavaScript/Referencia/Operadores/this
---
<div>{{jsSidebar("Operators")}}</div>
diff --git a/files/es/web/javascript/reference/operators/typeof/index.html b/files/es/web/javascript/reference/operators/typeof/index.html
index 088791f228..01b9237ba0 100644
--- a/files/es/web/javascript/reference/operators/typeof/index.html
+++ b/files/es/web/javascript/reference/operators/typeof/index.html
@@ -1,11 +1,12 @@
---
title: typeof
-slug: Web/JavaScript/Referencia/Operadores/typeof
+slug: Web/JavaScript/Reference/Operators/typeof
tags:
- JavaScript
- Operator
- Unary
translation_of: Web/JavaScript/Reference/Operators/typeof
+original_slug: Web/JavaScript/Referencia/Operadores/typeof
---
<div><span class="diff_add">{{jsSidebar("Operators")}}</span></div>
diff --git a/files/es/web/javascript/reference/operators/void/index.html b/files/es/web/javascript/reference/operators/void/index.html
index 0bf8048b21..a9b8c1ac93 100644
--- a/files/es/web/javascript/reference/operators/void/index.html
+++ b/files/es/web/javascript/reference/operators/void/index.html
@@ -1,11 +1,12 @@
---
title: void
-slug: Web/JavaScript/Referencia/Operadores/void
+slug: Web/JavaScript/Reference/Operators/void
tags:
- JavaScript
- Operator
- Unary
translation_of: Web/JavaScript/Reference/Operators/void
+original_slug: Web/JavaScript/Referencia/Operadores/void
---
<div>{{jsSidebar("Operators")}}</div>
diff --git a/files/es/web/javascript/reference/operators/yield/index.html b/files/es/web/javascript/reference/operators/yield/index.html
index 7237b6d689..1783cb6f50 100644
--- a/files/es/web/javascript/reference/operators/yield/index.html
+++ b/files/es/web/javascript/reference/operators/yield/index.html
@@ -1,6 +1,6 @@
---
title: yield
-slug: Web/JavaScript/Referencia/Operadores/yield
+slug: Web/JavaScript/Reference/Operators/yield
tags:
- Característica del lenguaje
- ECMAScript 2015
@@ -9,6 +9,7 @@ tags:
- JavaScript
- Operador
translation_of: Web/JavaScript/Reference/Operators/yield
+original_slug: Web/JavaScript/Referencia/Operadores/yield
---
<div>{{jsSidebar("Operadores")}}</div>
diff --git a/files/es/web/javascript/reference/operators/yield_star_/index.html b/files/es/web/javascript/reference/operators/yield_star_/index.html
index e2167b8c41..7a728175ba 100644
--- a/files/es/web/javascript/reference/operators/yield_star_/index.html
+++ b/files/es/web/javascript/reference/operators/yield_star_/index.html
@@ -1,10 +1,11 @@
---
title: yield*
-slug: Web/JavaScript/Referencia/Operadores/yield*
+slug: Web/JavaScript/Reference/Operators/yield*
tags:
- ECMAScript6
- JavaScript
translation_of: Web/JavaScript/Reference/Operators/yield*
+original_slug: Web/JavaScript/Referencia/Operadores/yield*
---
<div>{{jsSidebar("Operators")}}</div>