aboutsummaryrefslogtreecommitdiff
path: root/files/ru/conflicting/web/javascript
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/conflicting/web/javascript')
-rw-r--r--files/ru/conflicting/web/javascript/guide/index.html3
-rw-r--r--files/ru/conflicting/web/javascript/guide/introduction/index.html3
-rw-r--r--files/ru/conflicting/web/javascript/guide/introduction_6f341ba6db4b060ccbd8dce4a0d5214b/index.html3
-rw-r--r--files/ru/conflicting/web/javascript/reference/global_objects/boolean/index.html3
-rw-r--r--files/ru/conflicting/web/javascript/reference/global_objects/date/index.html3
-rw-r--r--files/ru/conflicting/web/javascript/reference/global_objects/error/index.html3
-rw-r--r--files/ru/conflicting/web/javascript/reference/global_objects/evalerror/index.html3
-rw-r--r--files/ru/conflicting/web/javascript/reference/global_objects/function/index.html3
-rw-r--r--files/ru/conflicting/web/javascript/reference/global_objects/generatorfunction/index.html3
-rw-r--r--files/ru/conflicting/web/javascript/reference/global_objects/internalerror/index.html3
-rw-r--r--files/ru/conflicting/web/javascript/reference/global_objects/intl/collator/index.html3
-rw-r--r--files/ru/conflicting/web/javascript/reference/global_objects/intl/datetimeformat/index.html3
-rw-r--r--files/ru/conflicting/web/javascript/reference/global_objects/intl/numberformat/index.html3
-rw-r--r--files/ru/conflicting/web/javascript/reference/global_objects/map/index.html3
-rw-r--r--files/ru/conflicting/web/javascript/reference/global_objects/number/index.html3
-rw-r--r--files/ru/conflicting/web/javascript/reference/global_objects/object/index.html3
-rw-r--r--files/ru/conflicting/web/javascript/reference/global_objects/promise/index.html3
-rw-r--r--files/ru/conflicting/web/javascript/reference/global_objects/proxy/proxy/index.html3
-rw-r--r--files/ru/conflicting/web/javascript/reference/global_objects/rangeerror/index.html3
-rw-r--r--files/ru/conflicting/web/javascript/reference/global_objects/referenceerror/index.html3
-rw-r--r--files/ru/conflicting/web/javascript/reference/global_objects/regexp/index.html3
-rw-r--r--files/ru/conflicting/web/javascript/reference/global_objects/set/index.html3
-rw-r--r--files/ru/conflicting/web/javascript/reference/global_objects/string/index.html3
-rw-r--r--files/ru/conflicting/web/javascript/reference/global_objects/symbol/index.html3
-rw-r--r--files/ru/conflicting/web/javascript/reference/global_objects/syntaxerror/index.html3
-rw-r--r--files/ru/conflicting/web/javascript/reference/global_objects/typedarray/index.html3
-rw-r--r--files/ru/conflicting/web/javascript/reference/global_objects/typeerror/index.html3
-rw-r--r--files/ru/conflicting/web/javascript/reference/global_objects/urierror/index.html3
-rw-r--r--files/ru/conflicting/web/javascript/reference/global_objects/weakmap/index.html3
-rw-r--r--files/ru/conflicting/web/javascript/reference/global_objects/weakset/index.html3
-rw-r--r--files/ru/conflicting/web/javascript/reference/operators/index.html3
-rw-r--r--files/ru/conflicting/web/javascript/reference/operators_69135a8d5772f8b6e45265523df05d89/index.html4
-rw-r--r--files/ru/conflicting/web/javascript/reference/operators_7c8eb9475d97a4a734c5991857698560/index.html4
-rw-r--r--files/ru/conflicting/web/javascript/reference/operators_843c998343f0cdaa5699874c806d4cea/index.html4
-rw-r--r--files/ru/conflicting/web/javascript/reference/operators_8d54701de06af40a7c984517cbe87b3e/index.html4
-rw-r--r--files/ru/conflicting/web/javascript/reference/statements/switch/index.html3
36 files changed, 76 insertions, 36 deletions
diff --git a/files/ru/conflicting/web/javascript/guide/index.html b/files/ru/conflicting/web/javascript/guide/index.html
index a0f5770315..3e4633d7b3 100644
--- a/files/ru/conflicting/web/javascript/guide/index.html
+++ b/files/ru/conflicting/web/javascript/guide/index.html
@@ -1,8 +1,9 @@
---
title: Predefined Core Objects
-slug: Web/JavaScript/Guide/Predefined_Core_Objects
+slug: conflicting/Web/JavaScript/Guide
translation_of: Web/JavaScript/Guide
translation_of_original: Web/JavaScript/Guide/Predefined_Core_Objects
+original_slug: Web/JavaScript/Guide/Predefined_Core_Objects
---
<p>Эта глава описывает предопределённые объекты в стандартном JavaScript: <code>Array</code>, <code>Boolean</code>, <code>Date</code>, <code>Function</code>, <code>Math</code>, <code>Number</code>, <code>RegExp</code>, и <code>String</code>.</p>
diff --git a/files/ru/conflicting/web/javascript/guide/introduction/index.html b/files/ru/conflicting/web/javascript/guide/introduction/index.html
index 6d58fafb80..c8132f92df 100644
--- a/files/ru/conflicting/web/javascript/guide/introduction/index.html
+++ b/files/ru/conflicting/web/javascript/guide/introduction/index.html
@@ -1,8 +1,9 @@
---
title: Об этом учебнике
-slug: Web/JavaScript/Guide/About
+slug: conflicting/Web/JavaScript/Guide/Introduction
translation_of: Web/JavaScript/Guide/Introduction
translation_of_original: Web/JavaScript/Guide/About
+original_slug: Web/JavaScript/Guide/About
---
<p>JavaScript это кросс-платформенный, объектно-ориентированный интерпретируемый язык программирования. В этом учебнике описано все, что вам нужно знать для того, чтобы начать ипользовать JavaScript.</p>
diff --git a/files/ru/conflicting/web/javascript/guide/introduction_6f341ba6db4b060ccbd8dce4a0d5214b/index.html b/files/ru/conflicting/web/javascript/guide/introduction_6f341ba6db4b060ccbd8dce4a0d5214b/index.html
index 5db1f95ca4..2cea75700e 100644
--- a/files/ru/conflicting/web/javascript/guide/introduction_6f341ba6db4b060ccbd8dce4a0d5214b/index.html
+++ b/files/ru/conflicting/web/javascript/guide/introduction_6f341ba6db4b060ccbd8dce4a0d5214b/index.html
@@ -1,8 +1,9 @@
---
title: Обзор JavaScript
-slug: Web/JavaScript/Guide/JavaScript_Overview
+slug: conflicting/Web/JavaScript/Guide/Introduction_6f341ba6db4b060ccbd8dce4a0d5214b
translation_of: Web/JavaScript/Guide/Introduction
translation_of_original: Web/JavaScript/Guide/JavaScript_Overview
+original_slug: Web/JavaScript/Guide/JavaScript_Overview
---
<p>Эта глава является введением в JavaScript и описывает некоторые из базовых понятий.</p>
diff --git a/files/ru/conflicting/web/javascript/reference/global_objects/boolean/index.html b/files/ru/conflicting/web/javascript/reference/global_objects/boolean/index.html
index f0188080f1..83fb169e1e 100644
--- a/files/ru/conflicting/web/javascript/reference/global_objects/boolean/index.html
+++ b/files/ru/conflicting/web/javascript/reference/global_objects/boolean/index.html
@@ -1,6 +1,6 @@
---
title: Boolean.prototype
-slug: Web/JavaScript/Reference/Global_Objects/Boolean/prototype
+slug: conflicting/Web/JavaScript/Reference/Global_Objects/Boolean
tags:
- Boolean
- JavaScript
@@ -8,6 +8,7 @@ tags:
- Prototype
translation_of: Web/JavaScript/Reference/Global_Objects/Boolean
translation_of_original: Web/JavaScript/Reference/Global_Objects/Boolean/prototype
+original_slug: Web/JavaScript/Reference/Global_Objects/Boolean/prototype
---
<div>{{JSRef("Global_Objects", "Boolean")}}</div>
diff --git a/files/ru/conflicting/web/javascript/reference/global_objects/date/index.html b/files/ru/conflicting/web/javascript/reference/global_objects/date/index.html
index 956a7555a1..bb3a1eb411 100644
--- a/files/ru/conflicting/web/javascript/reference/global_objects/date/index.html
+++ b/files/ru/conflicting/web/javascript/reference/global_objects/date/index.html
@@ -1,6 +1,6 @@
---
title: Date.prototype
-slug: Web/JavaScript/Reference/Global_Objects/Date/prototype
+slug: conflicting/Web/JavaScript/Reference/Global_Objects/Date
tags:
- Date
- JavaScript
@@ -10,6 +10,7 @@ tags:
- Référence(2)
translation_of: Web/JavaScript/Reference/Global_Objects/Date
translation_of_original: Web/JavaScript/Reference/Global_Objects/Date/prototype
+original_slug: Web/JavaScript/Reference/Global_Objects/Date/prototype
---
<div>{{JSRef("Global_Objects", "Date")}}</div>
diff --git a/files/ru/conflicting/web/javascript/reference/global_objects/error/index.html b/files/ru/conflicting/web/javascript/reference/global_objects/error/index.html
index 668277c4e0..d92653c075 100644
--- a/files/ru/conflicting/web/javascript/reference/global_objects/error/index.html
+++ b/files/ru/conflicting/web/javascript/reference/global_objects/error/index.html
@@ -1,12 +1,13 @@
---
title: Error.prototype
-slug: Web/JavaScript/Reference/Global_Objects/Error/prototype
+slug: conflicting/Web/JavaScript/Reference/Global_Objects/Error
tags:
- Error
- JavaScript
- Property
translation_of: Web/JavaScript/Reference/Global_Objects/Error
translation_of_original: Web/JavaScript/Reference/Global_Objects/Error/prototype
+original_slug: Web/JavaScript/Reference/Global_Objects/Error/prototype
---
<div>{{JSRef("Global_Objects", "Error", "EvalError,InternalError,RangeError,ReferenceError,SyntaxError,TypeError,URIError")}}</div>
diff --git a/files/ru/conflicting/web/javascript/reference/global_objects/evalerror/index.html b/files/ru/conflicting/web/javascript/reference/global_objects/evalerror/index.html
index e7de1a018e..94204588e2 100644
--- a/files/ru/conflicting/web/javascript/reference/global_objects/evalerror/index.html
+++ b/files/ru/conflicting/web/javascript/reference/global_objects/evalerror/index.html
@@ -1,6 +1,6 @@
---
title: EvalError.prototype
-slug: Web/JavaScript/Reference/Global_Objects/EvalError/prototype
+slug: conflicting/Web/JavaScript/Reference/Global_Objects/EvalError
tags:
- Error
- EvalError
@@ -8,6 +8,7 @@ tags:
- Property
translation_of: Web/JavaScript/Reference/Global_Objects/EvalError
translation_of_original: Web/JavaScript/Reference/Global_Objects/EvalError/prototype
+original_slug: Web/JavaScript/Reference/Global_Objects/EvalError/prototype
---
<div>{{JSRef("Global_Objects", "Error", "EvalError,InternalError,RangeError,ReferenceError,SyntaxError,TypeError,URIError")}}</div>
diff --git a/files/ru/conflicting/web/javascript/reference/global_objects/function/index.html b/files/ru/conflicting/web/javascript/reference/global_objects/function/index.html
index acf9fc5c6e..40db9c03d2 100644
--- a/files/ru/conflicting/web/javascript/reference/global_objects/function/index.html
+++ b/files/ru/conflicting/web/javascript/reference/global_objects/function/index.html
@@ -1,6 +1,6 @@
---
title: Function.prototype
-slug: Web/JavaScript/Reference/Global_Objects/Function/prototype
+slug: conflicting/Web/JavaScript/Reference/Global_Objects/Function
tags:
- Function
- JavaScript
@@ -10,6 +10,7 @@ tags:
- Référence(2)
translation_of: Web/JavaScript/Reference/Global_Objects/Function
translation_of_original: Web/JavaScript/Reference/Global_Objects/Function/prototype
+original_slug: Web/JavaScript/Reference/Global_Objects/Function/prototype
---
<div>{{JSRef("Global_Objects", "Function")}}</div>
diff --git a/files/ru/conflicting/web/javascript/reference/global_objects/generatorfunction/index.html b/files/ru/conflicting/web/javascript/reference/global_objects/generatorfunction/index.html
index b9974a46a3..7821c0d48c 100644
--- a/files/ru/conflicting/web/javascript/reference/global_objects/generatorfunction/index.html
+++ b/files/ru/conflicting/web/javascript/reference/global_objects/generatorfunction/index.html
@@ -1,8 +1,9 @@
---
title: GeneratorFunction.prototype
-slug: Web/JavaScript/Reference/Global_Objects/GeneratorFunction/prototype
+slug: conflicting/Web/JavaScript/Reference/Global_Objects/GeneratorFunction
translation_of: Web/JavaScript/Reference/Global_Objects/GeneratorFunction
translation_of_original: Web/JavaScript/Reference/Global_Objects/GeneratorFunction/prototype
+original_slug: Web/JavaScript/Reference/Global_Objects/GeneratorFunction/prototype
---
<div>{{JSRef}}</div>
diff --git a/files/ru/conflicting/web/javascript/reference/global_objects/internalerror/index.html b/files/ru/conflicting/web/javascript/reference/global_objects/internalerror/index.html
index 633ffbf9fb..0aa65612d3 100644
--- a/files/ru/conflicting/web/javascript/reference/global_objects/internalerror/index.html
+++ b/files/ru/conflicting/web/javascript/reference/global_objects/internalerror/index.html
@@ -1,6 +1,6 @@
---
title: InternalError.prototype
-slug: Web/JavaScript/Reference/Global_Objects/InternalError/prototype
+slug: conflicting/Web/JavaScript/Reference/Global_Objects/InternalError
tags:
- Error
- InternalError
@@ -9,6 +9,7 @@ tags:
- Property
translation_of: Web/JavaScript/Reference/Global_Objects/InternalError
translation_of_original: Web/JavaScript/Reference/Global_Objects/InternalError/prototype
+original_slug: Web/JavaScript/Reference/Global_Objects/InternalError/prototype
---
<div>{{JSRef("Global_Objects", "Error", "EvalError,InternalError,RangeError,ReferenceError,SyntaxError,TypeError,URIError")}} {{non-standard_header}}</div>
diff --git a/files/ru/conflicting/web/javascript/reference/global_objects/intl/collator/index.html b/files/ru/conflicting/web/javascript/reference/global_objects/intl/collator/index.html
index eb708cca36..8c3e037a3f 100644
--- a/files/ru/conflicting/web/javascript/reference/global_objects/intl/collator/index.html
+++ b/files/ru/conflicting/web/javascript/reference/global_objects/intl/collator/index.html
@@ -1,6 +1,6 @@
---
title: Intl.Collator.prototype
-slug: Web/JavaScript/Reference/Global_Objects/Intl/Collator/prototype
+slug: conflicting/Web/JavaScript/Reference/Global_Objects/Intl/Collator
tags:
- Collator
- Internationalization
@@ -9,6 +9,7 @@ tags:
- Prototype
translation_of: Web/JavaScript/Reference/Global_Objects/Intl/Collator
translation_of_original: Web/JavaScript/Reference/Global_Objects/Intl/Collator/prototype
+original_slug: Web/JavaScript/Reference/Global_Objects/Intl/Collator/prototype
---
<div>{{JSRef("Global_Objects", "Collator", "Intl,DateTimeFormat,NumberFormat")}}</div>
diff --git a/files/ru/conflicting/web/javascript/reference/global_objects/intl/datetimeformat/index.html b/files/ru/conflicting/web/javascript/reference/global_objects/intl/datetimeformat/index.html
index a22ec7aeaa..7338c53fd2 100644
--- a/files/ru/conflicting/web/javascript/reference/global_objects/intl/datetimeformat/index.html
+++ b/files/ru/conflicting/web/javascript/reference/global_objects/intl/datetimeformat/index.html
@@ -1,6 +1,6 @@
---
title: Intl.DateTimeFormat.prototype
-slug: Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/prototype
+slug: conflicting/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat
tags:
- DateTimeFormat
- Internationalization
@@ -9,6 +9,7 @@ tags:
- Prototype
translation_of: Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat
translation_of_original: Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/prototype
+original_slug: Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/prototype
---
<div>{{JSRef("Global_Objects", "DateTimeFormat", "Intl,Collator,NumberFormat")}}</div>
diff --git a/files/ru/conflicting/web/javascript/reference/global_objects/intl/numberformat/index.html b/files/ru/conflicting/web/javascript/reference/global_objects/intl/numberformat/index.html
index fd9fbeeac8..3f5329e5fc 100644
--- a/files/ru/conflicting/web/javascript/reference/global_objects/intl/numberformat/index.html
+++ b/files/ru/conflicting/web/javascript/reference/global_objects/intl/numberformat/index.html
@@ -1,6 +1,6 @@
---
title: Intl.NumberFormat.prototype
-slug: Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/prototype
+slug: conflicting/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat
tags:
- Internationalization
- JavaScript
@@ -9,6 +9,7 @@ tags:
- Prototype
translation_of: Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat
translation_of_original: Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/prototype
+original_slug: Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/prototype
---
<div>{{JSRef("Global_Objects", "NumberFormat", "Intl,Collator,DateTimeFormat")}}</div>
diff --git a/files/ru/conflicting/web/javascript/reference/global_objects/map/index.html b/files/ru/conflicting/web/javascript/reference/global_objects/map/index.html
index a3af6a0c61..2cdca5b3b0 100644
--- a/files/ru/conflicting/web/javascript/reference/global_objects/map/index.html
+++ b/files/ru/conflicting/web/javascript/reference/global_objects/map/index.html
@@ -1,8 +1,9 @@
---
title: Map.prototype
-slug: Web/JavaScript/Reference/Global_Objects/Map/prototype
+slug: conflicting/Web/JavaScript/Reference/Global_Objects/Map
translation_of: Web/JavaScript/Reference/Global_Objects/Map
translation_of_original: Web/JavaScript/Reference/Global_Objects/Map/prototype
+original_slug: Web/JavaScript/Reference/Global_Objects/Map/prototype
---
<div>{{JSRef}}</div>
diff --git a/files/ru/conflicting/web/javascript/reference/global_objects/number/index.html b/files/ru/conflicting/web/javascript/reference/global_objects/number/index.html
index 259d8a3fb3..251386b750 100644
--- a/files/ru/conflicting/web/javascript/reference/global_objects/number/index.html
+++ b/files/ru/conflicting/web/javascript/reference/global_objects/number/index.html
@@ -1,6 +1,6 @@
---
title: Number.prototype
-slug: Web/JavaScript/Reference/Global_Objects/Number/prototype
+slug: conflicting/Web/JavaScript/Reference/Global_Objects/Number
tags:
- JavaScript
- Number
@@ -9,6 +9,7 @@ tags:
- Reference
translation_of: Web/JavaScript/Reference/Global_Objects/Number
translation_of_original: Web/JavaScript/Reference/Global_Objects/Number/prototype
+original_slug: Web/JavaScript/Reference/Global_Objects/Number/prototype
---
<div>{{JSRef("Global_Objects", "Number")}}</div>
diff --git a/files/ru/conflicting/web/javascript/reference/global_objects/object/index.html b/files/ru/conflicting/web/javascript/reference/global_objects/object/index.html
index aaa398171d..27b29f5934 100644
--- a/files/ru/conflicting/web/javascript/reference/global_objects/object/index.html
+++ b/files/ru/conflicting/web/javascript/reference/global_objects/object/index.html
@@ -1,6 +1,6 @@
---
title: Object.prototype
-slug: Web/JavaScript/Reference/Global_Objects/Object/prototype
+slug: conflicting/Web/JavaScript/Reference/Global_Objects/Object
tags:
- JavaScript
- Object
@@ -8,6 +8,7 @@ tags:
- Reference
translation_of: Web/JavaScript/Reference/Global_Objects/Object
translation_of_original: Web/JavaScript/Reference/Global_Objects/Object/prototype
+original_slug: Web/JavaScript/Reference/Global_Objects/Object/prototype
---
<div>{{JSRef("Global_Objects", "Object")}}</div>
diff --git a/files/ru/conflicting/web/javascript/reference/global_objects/promise/index.html b/files/ru/conflicting/web/javascript/reference/global_objects/promise/index.html
index 65384e8346..517ac975fc 100644
--- a/files/ru/conflicting/web/javascript/reference/global_objects/promise/index.html
+++ b/files/ru/conflicting/web/javascript/reference/global_objects/promise/index.html
@@ -1,12 +1,13 @@
---
title: Promise.prototype
-slug: Web/JavaScript/Reference/Global_Objects/Promise/prototype
+slug: conflicting/Web/JavaScript/Reference/Global_Objects/Promise
tags:
- JavaScript
- Обещание
- Свойство
translation_of: Web/JavaScript/Reference/Global_Objects/Promise
translation_of_original: Web/JavaScript/Reference/Global_Objects/Promise/prototype
+original_slug: Web/JavaScript/Reference/Global_Objects/Promise/prototype
---
<div>{{JSRef}}</div>
diff --git a/files/ru/conflicting/web/javascript/reference/global_objects/proxy/proxy/index.html b/files/ru/conflicting/web/javascript/reference/global_objects/proxy/proxy/index.html
index 472e9d4735..6690f5b5bf 100644
--- a/files/ru/conflicting/web/javascript/reference/global_objects/proxy/proxy/index.html
+++ b/files/ru/conflicting/web/javascript/reference/global_objects/proxy/proxy/index.html
@@ -1,6 +1,6 @@
---
title: Proxy handler
-slug: Web/JavaScript/Reference/Global_Objects/Proxy/handler
+slug: conflicting/Web/JavaScript/Reference/Global_Objects/Proxy/Proxy
tags:
- ECMAScript 2015
- JavaScript
@@ -12,6 +12,7 @@ tags:
- ловушки
translation_of: Web/JavaScript/Reference/Global_Objects/Proxy/Proxy
translation_of_original: Web/JavaScript/Reference/Global_Objects/Proxy/handler
+original_slug: Web/JavaScript/Reference/Global_Objects/Proxy/handler
---
<div>{{JSRef}}</div>
diff --git a/files/ru/conflicting/web/javascript/reference/global_objects/rangeerror/index.html b/files/ru/conflicting/web/javascript/reference/global_objects/rangeerror/index.html
index 0e1df7fb7c..9f3a393d34 100644
--- a/files/ru/conflicting/web/javascript/reference/global_objects/rangeerror/index.html
+++ b/files/ru/conflicting/web/javascript/reference/global_objects/rangeerror/index.html
@@ -1,6 +1,6 @@
---
title: RangeError.prototype
-slug: Web/JavaScript/Reference/Global_Objects/RangeError/prototype
+slug: conflicting/Web/JavaScript/Reference/Global_Objects/RangeError
tags:
- Error
- JavaScript
@@ -9,6 +9,7 @@ tags:
- RangeError
translation_of: Web/JavaScript/Reference/Global_Objects/RangeError
translation_of_original: Web/JavaScript/Reference/Global_Objects/RangeError/prototype
+original_slug: Web/JavaScript/Reference/Global_Objects/RangeError/prototype
---
<div>{{JSRef("Global_Objects", "Error", "EvalError,InternalError,RangeError,ReferenceError,SyntaxError,TypeError,URIError")}}</div>
diff --git a/files/ru/conflicting/web/javascript/reference/global_objects/referenceerror/index.html b/files/ru/conflicting/web/javascript/reference/global_objects/referenceerror/index.html
index 1c73b6cb4e..541fdaf0a1 100644
--- a/files/ru/conflicting/web/javascript/reference/global_objects/referenceerror/index.html
+++ b/files/ru/conflicting/web/javascript/reference/global_objects/referenceerror/index.html
@@ -1,6 +1,6 @@
---
title: ReferenceError.prototype
-slug: Web/JavaScript/Reference/Global_Objects/ReferenceError/prototype
+slug: conflicting/Web/JavaScript/Reference/Global_Objects/ReferenceError
tags:
- Error
- JavaScript
@@ -9,6 +9,7 @@ tags:
- ReferenceError
translation_of: Web/JavaScript/Reference/Global_Objects/ReferenceError
translation_of_original: Web/JavaScript/Reference/Global_Objects/ReferenceError/prototype
+original_slug: Web/JavaScript/Reference/Global_Objects/ReferenceError/prototype
---
<div>{{JSRef("Global_Objects", "Error", "EvalError,InternalError,RangeError,ReferenceError,SyntaxError,TypeError,URIError")}}</div>
diff --git a/files/ru/conflicting/web/javascript/reference/global_objects/regexp/index.html b/files/ru/conflicting/web/javascript/reference/global_objects/regexp/index.html
index b0a655760c..8162ff726f 100644
--- a/files/ru/conflicting/web/javascript/reference/global_objects/regexp/index.html
+++ b/files/ru/conflicting/web/javascript/reference/global_objects/regexp/index.html
@@ -1,6 +1,6 @@
---
title: RegExp.prototype
-slug: Web/JavaScript/Reference/Global_Objects/RegExp/prototype
+slug: conflicting/Web/JavaScript/Reference/Global_Objects/RegExp
tags:
- JavaScript
- Property
@@ -10,6 +10,7 @@ tags:
- регулярные выражения
translation_of: Web/JavaScript/Reference/Global_Objects/RegExp
translation_of_original: Web/JavaScript/Reference/Global_Objects/RegExp/prototype
+original_slug: Web/JavaScript/Reference/Global_Objects/RegExp/prototype
---
<div>{{JSRef("Global_Objects", "RegExp")}}</div>
diff --git a/files/ru/conflicting/web/javascript/reference/global_objects/set/index.html b/files/ru/conflicting/web/javascript/reference/global_objects/set/index.html
index a09b758046..6609e026ae 100644
--- a/files/ru/conflicting/web/javascript/reference/global_objects/set/index.html
+++ b/files/ru/conflicting/web/javascript/reference/global_objects/set/index.html
@@ -1,8 +1,9 @@
---
title: Set.prototype
-slug: Web/JavaScript/Reference/Global_Objects/Set/prototype
+slug: conflicting/Web/JavaScript/Reference/Global_Objects/Set
translation_of: Web/JavaScript/Reference/Global_Objects/Set
translation_of_original: Web/JavaScript/Reference/Global_Objects/Set/prototype
+original_slug: Web/JavaScript/Reference/Global_Objects/Set/prototype
---
<div>{{JSRef}}</div>
diff --git a/files/ru/conflicting/web/javascript/reference/global_objects/string/index.html b/files/ru/conflicting/web/javascript/reference/global_objects/string/index.html
index 66537d9ae8..8a2b8f4d63 100644
--- a/files/ru/conflicting/web/javascript/reference/global_objects/string/index.html
+++ b/files/ru/conflicting/web/javascript/reference/global_objects/string/index.html
@@ -1,6 +1,6 @@
---
title: String.prototype
-slug: Web/JavaScript/Reference/Global_Objects/String/prototype
+slug: conflicting/Web/JavaScript/Reference/Global_Objects/String
tags:
- JavaScript
- Property
@@ -9,6 +9,7 @@ tags:
- String
translation_of: Web/JavaScript/Reference/Global_Objects/String
translation_of_original: Web/JavaScript/Reference/Global_Objects/String/prototype
+original_slug: Web/JavaScript/Reference/Global_Objects/String/prototype
---
<div>{{JSRef("Global_Objects", "String")}}</div>
diff --git a/files/ru/conflicting/web/javascript/reference/global_objects/symbol/index.html b/files/ru/conflicting/web/javascript/reference/global_objects/symbol/index.html
index b9ce5254e6..9da7ee5440 100644
--- a/files/ru/conflicting/web/javascript/reference/global_objects/symbol/index.html
+++ b/files/ru/conflicting/web/javascript/reference/global_objects/symbol/index.html
@@ -1,6 +1,6 @@
---
title: Symbol.prototype
-slug: Web/JavaScript/Reference/Global_Objects/Symbol/prototype
+slug: conflicting/Web/JavaScript/Reference/Global_Objects/Symbol
tags:
- ECMAScript6
- JavaScript
@@ -8,6 +8,7 @@ tags:
- Символы
translation_of: Web/JavaScript/Reference/Global_Objects/Symbol
translation_of_original: Web/JavaScript/Reference/Global_Objects/Symbol/prototype
+original_slug: Web/JavaScript/Reference/Global_Objects/Symbol/prototype
---
<div>{{JSRef}}</div>
diff --git a/files/ru/conflicting/web/javascript/reference/global_objects/syntaxerror/index.html b/files/ru/conflicting/web/javascript/reference/global_objects/syntaxerror/index.html
index 840ac61f2b..20340178e9 100644
--- a/files/ru/conflicting/web/javascript/reference/global_objects/syntaxerror/index.html
+++ b/files/ru/conflicting/web/javascript/reference/global_objects/syntaxerror/index.html
@@ -1,6 +1,6 @@
---
title: SyntaxError.prototype
-slug: Web/JavaScript/Reference/Global_Objects/SyntaxError/prototype
+slug: conflicting/Web/JavaScript/Reference/Global_Objects/SyntaxError
tags:
- Error
- JavaScript
@@ -9,6 +9,7 @@ tags:
- SyntaxError
translation_of: Web/JavaScript/Reference/Global_Objects/SyntaxError
translation_of_original: Web/JavaScript/Reference/Global_Objects/SyntaxError/prototype
+original_slug: Web/JavaScript/Reference/Global_Objects/SyntaxError/prototype
---
<div>{{JSRef("Global_Objects", "Error", "EvalError,InternalError,RangeError,ReferenceError,SyntaxError,TypeError,URIError")}}</div>
diff --git a/files/ru/conflicting/web/javascript/reference/global_objects/typedarray/index.html b/files/ru/conflicting/web/javascript/reference/global_objects/typedarray/index.html
index 1b79a06ad9..76b18ce93b 100644
--- a/files/ru/conflicting/web/javascript/reference/global_objects/typedarray/index.html
+++ b/files/ru/conflicting/web/javascript/reference/global_objects/typedarray/index.html
@@ -1,11 +1,12 @@
---
title: TypedArray.prototype
-slug: Web/JavaScript/Reference/Global_Objects/TypedArray/prototype
+slug: conflicting/Web/JavaScript/Reference/Global_Objects/TypedArray
tags:
- TypedArray
- Типизированный массив
translation_of: Web/JavaScript/Reference/Global_Objects/TypedArray
translation_of_original: Web/JavaScript/Reference/Global_Objects/TypedArray/prototype
+original_slug: Web/JavaScript/Reference/Global_Objects/TypedArray/prototype
---
<div>{{JSRef}}</div>
diff --git a/files/ru/conflicting/web/javascript/reference/global_objects/typeerror/index.html b/files/ru/conflicting/web/javascript/reference/global_objects/typeerror/index.html
index 87a22a4a94..0c83655781 100644
--- a/files/ru/conflicting/web/javascript/reference/global_objects/typeerror/index.html
+++ b/files/ru/conflicting/web/javascript/reference/global_objects/typeerror/index.html
@@ -1,6 +1,6 @@
---
title: TypeError.prototype
-slug: Web/JavaScript/Reference/Global_Objects/TypeError/prototype
+slug: conflicting/Web/JavaScript/Reference/Global_Objects/TypeError
tags:
- Error
- JavaScript
@@ -9,6 +9,7 @@ tags:
- TypeError
translation_of: Web/JavaScript/Reference/Global_Objects/TypeError
translation_of_original: Web/JavaScript/Reference/Global_Objects/TypeError/prototype
+original_slug: Web/JavaScript/Reference/Global_Objects/TypeError/prototype
---
<div>{{JSRef("Global_Objects", "Error", "EvalError,InternalError,RangeError,ReferenceError,SyntaxError,TypeError,URIError")}}</div>
diff --git a/files/ru/conflicting/web/javascript/reference/global_objects/urierror/index.html b/files/ru/conflicting/web/javascript/reference/global_objects/urierror/index.html
index 9998443521..65bae4f674 100644
--- a/files/ru/conflicting/web/javascript/reference/global_objects/urierror/index.html
+++ b/files/ru/conflicting/web/javascript/reference/global_objects/urierror/index.html
@@ -1,6 +1,6 @@
---
title: URIError.prototype
-slug: Web/JavaScript/Reference/Global_Objects/URIError/prototype
+slug: conflicting/Web/JavaScript/Reference/Global_Objects/URIError
tags:
- Error
- JavaScript
@@ -9,6 +9,7 @@ tags:
- URIError
translation_of: Web/JavaScript/Reference/Global_Objects/URIError
translation_of_original: Web/JavaScript/Reference/Global_Objects/URIError/prototype
+original_slug: Web/JavaScript/Reference/Global_Objects/URIError/prototype
---
<div>{{JSRef("Global_Objects", "Error", "EvalError,InternalError,RangeError,ReferenceError,SyntaxError,TypeError,URIError")}}</div>
diff --git a/files/ru/conflicting/web/javascript/reference/global_objects/weakmap/index.html b/files/ru/conflicting/web/javascript/reference/global_objects/weakmap/index.html
index 56e1cf2fd8..aa72a7f092 100644
--- a/files/ru/conflicting/web/javascript/reference/global_objects/weakmap/index.html
+++ b/files/ru/conflicting/web/javascript/reference/global_objects/weakmap/index.html
@@ -1,8 +1,9 @@
---
title: WeakMap.prototype
-slug: Web/JavaScript/Reference/Global_Objects/WeakMap/prototype
+slug: conflicting/Web/JavaScript/Reference/Global_Objects/WeakMap
translation_of: Web/JavaScript/Reference/Global_Objects/WeakMap
translation_of_original: Web/JavaScript/Reference/Global_Objects/WeakMap/prototype
+original_slug: Web/JavaScript/Reference/Global_Objects/WeakMap/prototype
---
<div>{{JSRef}}</div>
diff --git a/files/ru/conflicting/web/javascript/reference/global_objects/weakset/index.html b/files/ru/conflicting/web/javascript/reference/global_objects/weakset/index.html
index 00725e2331..fe31196afe 100644
--- a/files/ru/conflicting/web/javascript/reference/global_objects/weakset/index.html
+++ b/files/ru/conflicting/web/javascript/reference/global_objects/weakset/index.html
@@ -1,6 +1,6 @@
---
title: WeakSet.prototype
-slug: Web/JavaScript/Reference/Global_Objects/WeakSet/prototype
+slug: conflicting/Web/JavaScript/Reference/Global_Objects/WeakSet
tags:
- ECMAScript6
- JavaScript
@@ -8,6 +8,7 @@ tags:
- WeakSet
translation_of: Web/JavaScript/Reference/Global_Objects/WeakSet
translation_of_original: Web/JavaScript/Reference/Global_Objects/WeakSet/prototype
+original_slug: Web/JavaScript/Reference/Global_Objects/WeakSet/prototype
---
<div>{{JSRef("Global_Objects", "WeakSet")}}</div>
diff --git a/files/ru/conflicting/web/javascript/reference/operators/index.html b/files/ru/conflicting/web/javascript/reference/operators/index.html
index f1091e3706..85a37e17a8 100644
--- a/files/ru/conflicting/web/javascript/reference/operators/index.html
+++ b/files/ru/conflicting/web/javascript/reference/operators/index.html
@@ -1,11 +1,12 @@
---
title: Арифметические операции
-slug: Web/JavaScript/Reference/Operators/Arithmetic_Operators
+slug: conflicting/Web/JavaScript/Reference/Operators
tags:
- JavaScript
- Операторы
translation_of: Web/JavaScript/Reference/Operators
translation_of_original: Web/JavaScript/Reference/Operators/Arithmetic_Operators
+original_slug: Web/JavaScript/Reference/Operators/Arithmetic_Operators
---
<div>
<div>{{jsSidebar("Operators")}}</div>
diff --git a/files/ru/conflicting/web/javascript/reference/operators_69135a8d5772f8b6e45265523df05d89/index.html b/files/ru/conflicting/web/javascript/reference/operators_69135a8d5772f8b6e45265523df05d89/index.html
index ee0565dc94..a08c948525 100644
--- a/files/ru/conflicting/web/javascript/reference/operators_69135a8d5772f8b6e45265523df05d89/index.html
+++ b/files/ru/conflicting/web/javascript/reference/operators_69135a8d5772f8b6e45265523df05d89/index.html
@@ -1,11 +1,13 @@
---
title: Операторы сравнения
-slug: Web/JavaScript/Reference/Operators/Операторы_сравнения
+slug: >-
+ conflicting/Web/JavaScript/Reference/Operators_69135a8d5772f8b6e45265523df05d89
tags:
- JavaScript
- Операторы
translation_of: Web/JavaScript/Reference/Operators
translation_of_original: Web/JavaScript/Reference/Operators/Comparison_Operators
+original_slug: Web/JavaScript/Reference/Operators/Операторы_сравнения
---
<div>{{jsSidebar("Operators")}}</div>
diff --git a/files/ru/conflicting/web/javascript/reference/operators_7c8eb9475d97a4a734c5991857698560/index.html b/files/ru/conflicting/web/javascript/reference/operators_7c8eb9475d97a4a734c5991857698560/index.html
index ba4703c2c3..11aea9ec89 100644
--- a/files/ru/conflicting/web/javascript/reference/operators_7c8eb9475d97a4a734c5991857698560/index.html
+++ b/files/ru/conflicting/web/javascript/reference/operators_7c8eb9475d97a4a734c5991857698560/index.html
@@ -1,11 +1,13 @@
---
title: Битовые операции
-slug: Web/JavaScript/Reference/Operators/Bitwise_Operators
+slug: >-
+ conflicting/Web/JavaScript/Reference/Operators_7c8eb9475d97a4a734c5991857698560
tags:
- JavaScript
- Оператор
translation_of: Web/JavaScript/Reference/Operators
translation_of_original: Web/JavaScript/Reference/Operators/Bitwise_Operators
+original_slug: Web/JavaScript/Reference/Operators/Bitwise_Operators
---
<div>{{jsSidebar("Operators")}}</div>
diff --git a/files/ru/conflicting/web/javascript/reference/operators_843c998343f0cdaa5699874c806d4cea/index.html b/files/ru/conflicting/web/javascript/reference/operators_843c998343f0cdaa5699874c806d4cea/index.html
index b840f1e584..eeb43a5072 100644
--- a/files/ru/conflicting/web/javascript/reference/operators_843c998343f0cdaa5699874c806d4cea/index.html
+++ b/files/ru/conflicting/web/javascript/reference/operators_843c998343f0cdaa5699874c806d4cea/index.html
@@ -1,8 +1,10 @@
---
title: Логические операторы
-slug: Web/JavaScript/Reference/Operators/Логические_операторы
+slug: >-
+ conflicting/Web/JavaScript/Reference/Operators_843c998343f0cdaa5699874c806d4cea
translation_of: Web/JavaScript/Reference/Operators
translation_of_original: Web/JavaScript/Reference/Operators/Logical_Operators
+original_slug: Web/JavaScript/Reference/Operators/Логические_операторы
---
<div>{{jsSidebar("Operators")}}</div>
diff --git a/files/ru/conflicting/web/javascript/reference/operators_8d54701de06af40a7c984517cbe87b3e/index.html b/files/ru/conflicting/web/javascript/reference/operators_8d54701de06af40a7c984517cbe87b3e/index.html
index 5399324df0..a084333733 100644
--- a/files/ru/conflicting/web/javascript/reference/operators_8d54701de06af40a7c984517cbe87b3e/index.html
+++ b/files/ru/conflicting/web/javascript/reference/operators_8d54701de06af40a7c984517cbe87b3e/index.html
@@ -1,11 +1,13 @@
---
title: Операторы присваивания
-slug: Web/JavaScript/Reference/Operators/Assignment_Operators
+slug: >-
+ conflicting/Web/JavaScript/Reference/Operators_8d54701de06af40a7c984517cbe87b3e
tags:
- JavaScript
- Оператор
translation_of: Web/JavaScript/Reference/Operators#Assignment_operators
translation_of_original: Web/JavaScript/Reference/Operators/Assignment_Operators
+original_slug: Web/JavaScript/Reference/Operators/Assignment_Operators
---
<div>{{jsSidebar("Operators")}}</div>
diff --git a/files/ru/conflicting/web/javascript/reference/statements/switch/index.html b/files/ru/conflicting/web/javascript/reference/statements/switch/index.html
index c1f3f6b923..373d7c8a17 100644
--- a/files/ru/conflicting/web/javascript/reference/statements/switch/index.html
+++ b/files/ru/conflicting/web/javascript/reference/statements/switch/index.html
@@ -1,6 +1,6 @@
---
title: default
-slug: Web/JavaScript/Reference/Statements/default
+slug: conflicting/Web/JavaScript/Reference/Statements/switch
tags:
- JavaScript
- Keyword
@@ -8,6 +8,7 @@ tags:
- export
translation_of: Web/JavaScript/Reference/Statements/switch
translation_of_original: Web/JavaScript/Reference/Statements/default
+original_slug: Web/JavaScript/Reference/Statements/default
---
<div>{{jsSidebar("Statements")}}</div>