aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/javascript/reference/operators
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/javascript/reference/operators')
-rw-r--r--files/ru/web/javascript/reference/operators/addition/index.html2
-rw-r--r--files/ru/web/javascript/reference/operators/addition_assignment/index.html2
-rw-r--r--files/ru/web/javascript/reference/operators/assignment/index.html2
-rw-r--r--files/ru/web/javascript/reference/operators/bitwise_and/index.html2
-rw-r--r--files/ru/web/javascript/reference/operators/comma_operator/index.html2
-rw-r--r--files/ru/web/javascript/reference/operators/decrement/index.html2
-rw-r--r--files/ru/web/javascript/reference/operators/function/index.html2
-rw-r--r--files/ru/web/javascript/reference/operators/grouping/index.html2
-rw-r--r--files/ru/web/javascript/reference/operators/in/index.html2
-rw-r--r--files/ru/web/javascript/reference/operators/instanceof/index.html2
-rw-r--r--files/ru/web/javascript/reference/operators/nullish_coalescing_operator/index.html2
-rw-r--r--files/ru/web/javascript/reference/operators/optional_chaining/index.html2
-rw-r--r--files/ru/web/javascript/reference/operators/spread_syntax/index.html2
-rw-r--r--files/ru/web/javascript/reference/operators/super/index.html2
-rw-r--r--files/ru/web/javascript/reference/operators/this/index.html2
-rw-r--r--files/ru/web/javascript/reference/operators/typeof/index.html2
-rw-r--r--files/ru/web/javascript/reference/operators/yield/index.html2
17 files changed, 17 insertions, 17 deletions
diff --git a/files/ru/web/javascript/reference/operators/addition/index.html b/files/ru/web/javascript/reference/operators/addition/index.html
index c9b2961231..999f7c3ba3 100644
--- a/files/ru/web/javascript/reference/operators/addition/index.html
+++ b/files/ru/web/javascript/reference/operators/addition/index.html
@@ -52,7 +52,7 @@ false + false // 0
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
-<p>{{Compat("javascript.operators.addition")}}</p>
+<p>{{Compat}}</p>
<h2 id="Смотрите_также">Смотрите также</h2>
diff --git a/files/ru/web/javascript/reference/operators/addition_assignment/index.html b/files/ru/web/javascript/reference/operators/addition_assignment/index.html
index 99c5b74dc5..ce11a32aac 100644
--- a/files/ru/web/javascript/reference/operators/addition_assignment/index.html
+++ b/files/ru/web/javascript/reference/operators/addition_assignment/index.html
@@ -54,7 +54,7 @@ foo += 'bar' // "foobar"</pre>
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
-<p>{{Compat("javascript.operators.addition_assignment")}}</p>
+<p>{{Compat}}</p>
<h2 id="Смотрите_также">Смотрите также</h2>
diff --git a/files/ru/web/javascript/reference/operators/assignment/index.html b/files/ru/web/javascript/reference/operators/assignment/index.html
index 70aacd182a..5d48a07b8d 100644
--- a/files/ru/web/javascript/reference/operators/assignment/index.html
+++ b/files/ru/web/javascript/reference/operators/assignment/index.html
@@ -47,7 +47,7 @@ x = y = z // x, y и z будут равны 25</pre>
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
-<p>{{Compat("javascript.operators.assignment")}}</p>
+<p>{{Compat}}</p>
<h2 id="Смотрите_также">Смотрите также</h2>
diff --git a/files/ru/web/javascript/reference/operators/bitwise_and/index.html b/files/ru/web/javascript/reference/operators/bitwise_and/index.html
index 745ad33be8..e4a421c380 100644
--- a/files/ru/web/javascript/reference/operators/bitwise_and/index.html
+++ b/files/ru/web/javascript/reference/operators/bitwise_and/index.html
@@ -90,7 +90,7 @@ translation_of: Web/JavaScript/Reference/Operators/Bitwise_AND
-<p>{{Compat("javascript.operators.bitwise_and")}}</p>
+<p>{{Compat}}</p>
<h2 id="Смотрите_также">Смотрите также</h2>
diff --git a/files/ru/web/javascript/reference/operators/comma_operator/index.html b/files/ru/web/javascript/reference/operators/comma_operator/index.html
index 683a74e2ae..091a053a34 100644
--- a/files/ru/web/javascript/reference/operators/comma_operator/index.html
+++ b/files/ru/web/javascript/reference/operators/comma_operator/index.html
@@ -67,7 +67,7 @@ console.log(x); // 6
-<p>{{Compat("javascript.operators.comma")}}</p>
+<p>{{Compat}}</p>
<h2 id="Смотрите_также">Смотрите также</h2>
diff --git a/files/ru/web/javascript/reference/operators/decrement/index.html b/files/ru/web/javascript/reference/operators/decrement/index.html
index 64d29374a3..85960d9b8c 100644
--- a/files/ru/web/javascript/reference/operators/decrement/index.html
+++ b/files/ru/web/javascript/reference/operators/decrement/index.html
@@ -63,7 +63,7 @@ b = --a;
-<p>{{Compat("javascript.operators.decrement")}}</p>
+<p>{{Compat}}</p>
<h2 id="Смотрите_также">Смотрите также</h2>
diff --git a/files/ru/web/javascript/reference/operators/function/index.html b/files/ru/web/javascript/reference/operators/function/index.html
index 6a4b58c1b7..52ffd299fe 100644
--- a/files/ru/web/javascript/reference/operators/function/index.html
+++ b/files/ru/web/javascript/reference/operators/function/index.html
@@ -101,7 +101,7 @@ console.log(bar === baz); // false (errors because baz == undefined)</pre>
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
-<p>{{Compat("javascript.operators.function")}}</p>
+<p>{{Compat}}</p>
<h2 id="See_also">Смотрите также</h2>
diff --git a/files/ru/web/javascript/reference/operators/grouping/index.html b/files/ru/web/javascript/reference/operators/grouping/index.html
index 1e4714a8a8..2ea76c3a00 100644
--- a/files/ru/web/javascript/reference/operators/grouping/index.html
+++ b/files/ru/web/javascript/reference/operators/grouping/index.html
@@ -53,7 +53,7 @@ a * c + b * c // 9
-<p>{{Compat("javascript.operators.grouping")}}</p>
+<p>{{Compat}}</p>
<h2 id="Смотрите_также">Смотрите также</h2>
diff --git a/files/ru/web/javascript/reference/operators/in/index.html b/files/ru/web/javascript/reference/operators/in/index.html
index 8815538364..370e727f8a 100644
--- a/files/ru/web/javascript/reference/operators/in/index.html
+++ b/files/ru/web/javascript/reference/operators/in/index.html
@@ -96,7 +96,7 @@ trees[3] = undefined;
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
-<p>{{Compat("javascript.operators.in")}}</p>
+<p>{{Compat}}</p>
<h2 id="Смотрите_также">Смотрите также</h2>
diff --git a/files/ru/web/javascript/reference/operators/instanceof/index.html b/files/ru/web/javascript/reference/operators/instanceof/index.html
index 628542b435..223fcf7cec 100644
--- a/files/ru/web/javascript/reference/operators/instanceof/index.html
+++ b/files/ru/web/javascript/reference/operators/instanceof/index.html
@@ -127,7 +127,7 @@ var b = mycar instanceof Object; // возвращает true
<h2 id="Поддержка_браузерами">Поддержка браузерами</h2>
-<p>{{Compat("javascript.operators.instanceof")}}</p>
+<p>{{Compat}}</p>
<h2 id="Смотрите_также">Смотрите также</h2>
diff --git a/files/ru/web/javascript/reference/operators/nullish_coalescing_operator/index.html b/files/ru/web/javascript/reference/operators/nullish_coalescing_operator/index.html
index a6bfca160a..23f643c1f6 100644
--- a/files/ru/web/javascript/reference/operators/nullish_coalescing_operator/index.html
+++ b/files/ru/web/javascript/reference/operators/nullish_coalescing_operator/index.html
@@ -116,7 +116,7 @@ console.log(foo.someBarProp?.toUpperCase()); // undefined
-<p>{{Compat("javascript.operators.nullish_coalescing")}}</p>
+<p>{{Compat}}</p>
<h2 id="Смотрите_также">Смотрите также</h2>
diff --git a/files/ru/web/javascript/reference/operators/optional_chaining/index.html b/files/ru/web/javascript/reference/operators/optional_chaining/index.html
index 2e62829c1d..4e6bf0c0ff 100644
--- a/files/ru/web/javascript/reference/operators/optional_chaining/index.html
+++ b/files/ru/web/javascript/reference/operators/optional_chaining/index.html
@@ -149,7 +149,7 @@ console.log(customerCity); // Unknown city</pre>
<div>
-<p>{{Compat("javascript.operators.optional_chaining")}}</p>
+<p>{{Compat}}</p>
</div>
<h2 id="Смотрите_также">Смотрите также</h2>
diff --git a/files/ru/web/javascript/reference/operators/spread_syntax/index.html b/files/ru/web/javascript/reference/operators/spread_syntax/index.html
index 5eb3e561d9..3a2c1a0a6a 100644
--- a/files/ru/web/javascript/reference/operators/spread_syntax/index.html
+++ b/files/ru/web/javascript/reference/operators/spread_syntax/index.html
@@ -239,7 +239,7 @@ var array = [...obj]; // TypeError: obj is not iterable
-<p>{{Compat("javascript.operators.spread")}}</p>
+<p>{{Compat}}</p>
<h2 id="See_also">See also</h2>
diff --git a/files/ru/web/javascript/reference/operators/super/index.html b/files/ru/web/javascript/reference/operators/super/index.html
index 431491e85b..294f76ba51 100644
--- a/files/ru/web/javascript/reference/operators/super/index.html
+++ b/files/ru/web/javascript/reference/operators/super/index.html
@@ -152,7 +152,7 @@ obj2.method2(); // выведет "method 1"
<h2 id="Поддержка_браузерами">Поддержка браузерами</h2>
-<p>{{Compat("javascript.operators.super")}}</p>
+<p>{{Compat}}</p>
<h2 id="Смотрите_также">Смотрите также</h2>
diff --git a/files/ru/web/javascript/reference/operators/this/index.html b/files/ru/web/javascript/reference/operators/this/index.html
index 5d7f1477fe..62ce0fa5cd 100644
--- a/files/ru/web/javascript/reference/operators/this/index.html
+++ b/files/ru/web/javascript/reference/operators/this/index.html
@@ -392,7 +392,7 @@ for (var i = 0; i &lt; elements.length; i++) {
-<p>{{Compat("javascript.operators.this")}}</p>
+<p>{{Compat}}</p>
<h2 id="See_also">Смотрите также</h2>
diff --git a/files/ru/web/javascript/reference/operators/typeof/index.html b/files/ru/web/javascript/reference/operators/typeof/index.html
index 192211c696..454c22fa75 100644
--- a/files/ru/web/javascript/reference/operators/typeof/index.html
+++ b/files/ru/web/javascript/reference/operators/typeof/index.html
@@ -193,7 +193,7 @@ typeof newConstVariable; const newConstVariable = 'hello'; // ReferenceError
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
-<p>{{Compat("javascript.operators.typeof")}}</p>
+<p>{{Compat}}</p>
<h2 id="IE-специфичные_замечания">IE-специфичные замечания</h2>
diff --git a/files/ru/web/javascript/reference/operators/yield/index.html b/files/ru/web/javascript/reference/operators/yield/index.html
index 899ee81ecf..b8aa1636ec 100644
--- a/files/ru/web/javascript/reference/operators/yield/index.html
+++ b/files/ru/web/javascript/reference/operators/yield/index.html
@@ -60,7 +60,7 @@ console.log(iterator.next()); // { value:undefined, done:true }
<h2 id="Browser_compatibility">Совместимость с браузерами</h2>
-<p>{{Compat("javascript.operators.yield")}}</p>
+<p>{{Compat}}</p>
<h2 id="See_also">Смотрите также</h2>