aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/javascript/referencia
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/web/javascript/referencia')
-rw-r--r--files/es/web/javascript/referencia/objetos_globales/arraybuffer/prototype/index.html1
-rw-r--r--files/es/web/javascript/referencia/objetos_globales/date/prototype/index.html1
-rw-r--r--files/es/web/javascript/referencia/objetos_globales/error/prototype/index.html1
-rw-r--r--files/es/web/javascript/referencia/objetos_globales/function/prototype/index.html1
-rw-r--r--files/es/web/javascript/referencia/objetos_globales/map/prototype/index.html1
-rw-r--r--files/es/web/javascript/referencia/objetos_globales/number/prototype/index.html1
-rw-r--r--files/es/web/javascript/referencia/objetos_globales/object/prototype/index.html1
-rw-r--r--files/es/web/javascript/referencia/objetos_globales/promise/prototype/index.html1
-rw-r--r--files/es/web/javascript/referencia/objetos_globales/string/prototype/index.html1
-rw-r--r--files/es/web/javascript/referencia/objetos_globales/syntaxerror/prototype/index.html1
-rw-r--r--files/es/web/javascript/referencia/objetos_globales/weakmap/prototype/index.html1
-rw-r--r--files/es/web/javascript/referencia/operadores/aritméticos/index.html1
-rw-r--r--files/es/web/javascript/referencia/operadores/assignment_operators/index.html1
-rw-r--r--files/es/web/javascript/referencia/operadores/bitwise_operators/index.html1
-rw-r--r--files/es/web/javascript/referencia/operadores/comparison_operators/index.html1
-rw-r--r--files/es/web/javascript/referencia/operadores/operadores_lógicos/index.html1
-rw-r--r--files/es/web/javascript/referencia/operadores/spread_operator/index.html1
-rw-r--r--files/es/web/javascript/referencia/palabras_reservadas/index.html1
-rw-r--r--files/es/web/javascript/referencia/sentencias/default/index.html1
19 files changed, 19 insertions, 0 deletions
diff --git a/files/es/web/javascript/referencia/objetos_globales/arraybuffer/prototype/index.html b/files/es/web/javascript/referencia/objetos_globales/arraybuffer/prototype/index.html
index 8901cacfde..fef80071de 100644
--- a/files/es/web/javascript/referencia/objetos_globales/arraybuffer/prototype/index.html
+++ b/files/es/web/javascript/referencia/objetos_globales/arraybuffer/prototype/index.html
@@ -6,6 +6,7 @@ tags:
- JavaScript
- Propiedad
translation_of: Web/JavaScript/Reference/Global_Objects/ArrayBuffer
+translation_of_original: Web/JavaScript/Reference/Global_Objects/ArrayBuffer/prototype
---
<div>{{JSRef}}</div>
diff --git a/files/es/web/javascript/referencia/objetos_globales/date/prototype/index.html b/files/es/web/javascript/referencia/objetos_globales/date/prototype/index.html
index 200bae55bc..de92c8ee02 100644
--- a/files/es/web/javascript/referencia/objetos_globales/date/prototype/index.html
+++ b/files/es/web/javascript/referencia/objetos_globales/date/prototype/index.html
@@ -6,6 +6,7 @@ tags:
- JavaScript
- Property
translation_of: Web/JavaScript/Reference/Global_Objects/Date
+translation_of_original: Web/JavaScript/Reference/Global_Objects/Date/prototype
---
<div>
{{JSRef("Objetos_globales", "Date")}}</div>
diff --git a/files/es/web/javascript/referencia/objetos_globales/error/prototype/index.html b/files/es/web/javascript/referencia/objetos_globales/error/prototype/index.html
index 075d9a9b3f..aac1516fc2 100644
--- a/files/es/web/javascript/referencia/objetos_globales/error/prototype/index.html
+++ b/files/es/web/javascript/referencia/objetos_globales/error/prototype/index.html
@@ -2,6 +2,7 @@
title: Error.prototype
slug: Web/JavaScript/Referencia/Objetos_globales/Error/prototype
translation_of: Web/JavaScript/Reference/Global_Objects/Error
+translation_of_original: Web/JavaScript/Reference/Global_Objects/Error/prototype
---
<div>{{JSRef}}</div>
diff --git a/files/es/web/javascript/referencia/objetos_globales/function/prototype/index.html b/files/es/web/javascript/referencia/objetos_globales/function/prototype/index.html
index 110de332cc..9d8671c534 100644
--- a/files/es/web/javascript/referencia/objetos_globales/function/prototype/index.html
+++ b/files/es/web/javascript/referencia/objetos_globales/function/prototype/index.html
@@ -6,6 +6,7 @@ tags:
- JavaScript
- Property
translation_of: Web/JavaScript/Reference/Global_Objects/Function
+translation_of_original: Web/JavaScript/Reference/Global_Objects/Function/prototype
---
<div>{{JSRef("Objetos_globales", "Function")}}</div>
diff --git a/files/es/web/javascript/referencia/objetos_globales/map/prototype/index.html b/files/es/web/javascript/referencia/objetos_globales/map/prototype/index.html
index 16fc79a952..b255e65b69 100644
--- a/files/es/web/javascript/referencia/objetos_globales/map/prototype/index.html
+++ b/files/es/web/javascript/referencia/objetos_globales/map/prototype/index.html
@@ -2,6 +2,7 @@
title: Map.prototype
slug: Web/JavaScript/Referencia/Objetos_globales/Map/prototype
translation_of: Web/JavaScript/Reference/Global_Objects/Map
+translation_of_original: Web/JavaScript/Reference/Global_Objects/Map/prototype
---
<div>{{JSRef}}</div>
diff --git a/files/es/web/javascript/referencia/objetos_globales/number/prototype/index.html b/files/es/web/javascript/referencia/objetos_globales/number/prototype/index.html
index 721da0526c..c15b5b5fcb 100644
--- a/files/es/web/javascript/referencia/objetos_globales/number/prototype/index.html
+++ b/files/es/web/javascript/referencia/objetos_globales/number/prototype/index.html
@@ -6,6 +6,7 @@ tags:
- Number
- Property
translation_of: Web/JavaScript/Reference/Global_Objects/Number
+translation_of_original: Web/JavaScript/Reference/Global_Objects/Number/prototype
---
<div>
{{JSRef("Objetos_globales", "Number")}}</div>
diff --git a/files/es/web/javascript/referencia/objetos_globales/object/prototype/index.html b/files/es/web/javascript/referencia/objetos_globales/object/prototype/index.html
index 25c11842ad..9b55c9cccc 100644
--- a/files/es/web/javascript/referencia/objetos_globales/object/prototype/index.html
+++ b/files/es/web/javascript/referencia/objetos_globales/object/prototype/index.html
@@ -6,6 +6,7 @@ tags:
- Objeto
- Propiedad
translation_of: Web/JavaScript/Reference/Global_Objects/Object
+translation_of_original: Web/JavaScript/Reference/Global_Objects/Object/prototype
---
<div>{{JSRef("Objetos_globales", "Object")}}</div>
diff --git a/files/es/web/javascript/referencia/objetos_globales/promise/prototype/index.html b/files/es/web/javascript/referencia/objetos_globales/promise/prototype/index.html
index c03fa64f5e..c15107912a 100644
--- a/files/es/web/javascript/referencia/objetos_globales/promise/prototype/index.html
+++ b/files/es/web/javascript/referencia/objetos_globales/promise/prototype/index.html
@@ -6,6 +6,7 @@ tags:
- Promesa
- Propiedad
translation_of: Web/JavaScript/Reference/Global_Objects/Promise
+translation_of_original: Web/JavaScript/Reference/Global_Objects/Promise/prototype
---
<div>{{JSRef}}</div>
diff --git a/files/es/web/javascript/referencia/objetos_globales/string/prototype/index.html b/files/es/web/javascript/referencia/objetos_globales/string/prototype/index.html
index 1ea663138c..89519b08d2 100644
--- a/files/es/web/javascript/referencia/objetos_globales/string/prototype/index.html
+++ b/files/es/web/javascript/referencia/objetos_globales/string/prototype/index.html
@@ -7,6 +7,7 @@ tags:
- Prototype
- String
translation_of: Web/JavaScript/Reference/Global_Objects/String
+translation_of_original: Web/JavaScript/Reference/Global_Objects/String/prototype
---
<p>{{JSRef("Objetos_globales", "String")}}</p>
diff --git a/files/es/web/javascript/referencia/objetos_globales/syntaxerror/prototype/index.html b/files/es/web/javascript/referencia/objetos_globales/syntaxerror/prototype/index.html
index 7535a17309..2de491bc21 100644
--- a/files/es/web/javascript/referencia/objetos_globales/syntaxerror/prototype/index.html
+++ b/files/es/web/javascript/referencia/objetos_globales/syntaxerror/prototype/index.html
@@ -8,6 +8,7 @@ tags:
- Prototype
- SyntaxError
translation_of: Web/JavaScript/Reference/Global_Objects/SyntaxError
+translation_of_original: Web/JavaScript/Reference/Global_Objects/SyntaxError/prototype
---
<div>{{JSRef}}</div>
diff --git a/files/es/web/javascript/referencia/objetos_globales/weakmap/prototype/index.html b/files/es/web/javascript/referencia/objetos_globales/weakmap/prototype/index.html
index 0127f6606f..41d501135d 100644
--- a/files/es/web/javascript/referencia/objetos_globales/weakmap/prototype/index.html
+++ b/files/es/web/javascript/referencia/objetos_globales/weakmap/prototype/index.html
@@ -7,6 +7,7 @@ tags:
- Property
- WeakMap
translation_of: Web/JavaScript/Reference/Global_Objects/WeakMap
+translation_of_original: Web/JavaScript/Reference/Global_Objects/WeakMap/prototype
---
<div>{{JSRef}}</div>
diff --git a/files/es/web/javascript/referencia/operadores/aritméticos/index.html b/files/es/web/javascript/referencia/operadores/aritméticos/index.html
index ed3e21620a..71968fda85 100644
--- a/files/es/web/javascript/referencia/operadores/aritméticos/index.html
+++ b/files/es/web/javascript/referencia/operadores/aritméticos/index.html
@@ -5,6 +5,7 @@ tags:
- JavaScript
- Operador
translation_of: Web/JavaScript/Reference/Operators
+translation_of_original: Web/JavaScript/Reference/Operators/Arithmetic_Operators
---
<div>{{jsSidebar("Operators")}}</div>
diff --git a/files/es/web/javascript/referencia/operadores/assignment_operators/index.html b/files/es/web/javascript/referencia/operadores/assignment_operators/index.html
index a2d44f62ce..979eff63f2 100644
--- a/files/es/web/javascript/referencia/operadores/assignment_operators/index.html
+++ b/files/es/web/javascript/referencia/operadores/assignment_operators/index.html
@@ -5,6 +5,7 @@ tags:
- JavaScript
- Operador
translation_of: Web/JavaScript/Reference/Operators#Assignment_operators
+translation_of_original: Web/JavaScript/Reference/Operators/Assignment_Operators
---
<div>{{jsSidebar("Operators")}}</div>
diff --git a/files/es/web/javascript/referencia/operadores/bitwise_operators/index.html b/files/es/web/javascript/referencia/operadores/bitwise_operators/index.html
index 2f0e76013f..c4276c1c95 100644
--- a/files/es/web/javascript/referencia/operadores/bitwise_operators/index.html
+++ b/files/es/web/javascript/referencia/operadores/bitwise_operators/index.html
@@ -5,6 +5,7 @@ tags:
- JavaScript
- Operador
translation_of: Web/JavaScript/Reference/Operators
+translation_of_original: Web/JavaScript/Reference/Operators/Bitwise_Operators
---
<div>{{jsSidebar("Operators")}}</div>
diff --git a/files/es/web/javascript/referencia/operadores/comparison_operators/index.html b/files/es/web/javascript/referencia/operadores/comparison_operators/index.html
index e4cbd93b31..8685790d2c 100644
--- a/files/es/web/javascript/referencia/operadores/comparison_operators/index.html
+++ b/files/es/web/javascript/referencia/operadores/comparison_operators/index.html
@@ -6,6 +6,7 @@ tags:
- Operador
- Referencia
translation_of: Web/JavaScript/Reference/Operators
+translation_of_original: Web/JavaScript/Reference/Operators/Comparison_Operators
---
<div>{{jsSidebar("Operators")}}</div>
diff --git a/files/es/web/javascript/referencia/operadores/operadores_lógicos/index.html b/files/es/web/javascript/referencia/operadores/operadores_lógicos/index.html
index 87de8aad6d..4c9cb860a9 100644
--- a/files/es/web/javascript/referencia/operadores/operadores_lógicos/index.html
+++ b/files/es/web/javascript/referencia/operadores/operadores_lógicos/index.html
@@ -2,6 +2,7 @@
title: Operadores lógicos
slug: Web/JavaScript/Referencia/Operadores/Operadores_lógicos
translation_of: Web/JavaScript/Reference/Operators
+translation_of_original: Web/JavaScript/Reference/Operators/Logical_Operators
---
<div>{{jsSidebar("Operadores_lógicos")}}</div>
diff --git a/files/es/web/javascript/referencia/operadores/spread_operator/index.html b/files/es/web/javascript/referencia/operadores/spread_operator/index.html
index 28c75eb0f9..050a2026f6 100644
--- a/files/es/web/javascript/referencia/operadores/spread_operator/index.html
+++ b/files/es/web/javascript/referencia/operadores/spread_operator/index.html
@@ -7,6 +7,7 @@ tags:
- JavaScript
- Operador
translation_of: Web/JavaScript/Reference/Operators/Spread_syntax
+translation_of_original: Web/JavaScript/Reference/Operators/Spread_operator
---
<div>{{jsSidebar("Operators")}}</div>
diff --git a/files/es/web/javascript/referencia/palabras_reservadas/index.html b/files/es/web/javascript/referencia/palabras_reservadas/index.html
index 32e0391e89..14010f37e3 100644
--- a/files/es/web/javascript/referencia/palabras_reservadas/index.html
+++ b/files/es/web/javascript/referencia/palabras_reservadas/index.html
@@ -5,6 +5,7 @@ tags:
- JavaScript
- palabras reservadas
translation_of: Web/JavaScript/Reference/Lexical_grammar#Keywords
+translation_of_original: Web/JavaScript/Reference/Reserved_Words
---
<p> </p>
diff --git a/files/es/web/javascript/referencia/sentencias/default/index.html b/files/es/web/javascript/referencia/sentencias/default/index.html
index 5cc0eb9060..a25a5a5369 100644
--- a/files/es/web/javascript/referencia/sentencias/default/index.html
+++ b/files/es/web/javascript/referencia/sentencias/default/index.html
@@ -5,6 +5,7 @@ tags:
- JavaScript
- Palabra clave
translation_of: Web/JavaScript/Reference/Statements/switch
+translation_of_original: Web/JavaScript/Reference/Statements/default
---
<div>{{jsSidebar("Sentencias")}}</div>