From c08c48e16cb9e47c586925999362de104ecd710d Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Fri, 29 Oct 2021 20:34:32 +0300 Subject: [RU] Update Compat macros (#2911) --- files/ru/web/javascript/reference/operators/addition/index.html | 2 +- .../web/javascript/reference/operators/addition_assignment/index.html | 2 +- files/ru/web/javascript/reference/operators/assignment/index.html | 2 +- files/ru/web/javascript/reference/operators/bitwise_and/index.html | 2 +- files/ru/web/javascript/reference/operators/comma_operator/index.html | 2 +- files/ru/web/javascript/reference/operators/decrement/index.html | 2 +- files/ru/web/javascript/reference/operators/function/index.html | 2 +- files/ru/web/javascript/reference/operators/grouping/index.html | 2 +- files/ru/web/javascript/reference/operators/in/index.html | 2 +- files/ru/web/javascript/reference/operators/instanceof/index.html | 2 +- .../reference/operators/nullish_coalescing_operator/index.html | 2 +- .../ru/web/javascript/reference/operators/optional_chaining/index.html | 2 +- files/ru/web/javascript/reference/operators/spread_syntax/index.html | 2 +- files/ru/web/javascript/reference/operators/super/index.html | 2 +- files/ru/web/javascript/reference/operators/this/index.html | 2 +- files/ru/web/javascript/reference/operators/typeof/index.html | 2 +- files/ru/web/javascript/reference/operators/yield/index.html | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) (limited to 'files/ru/web/javascript/reference/operators') 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

Совместимость с браузерами

-

{{Compat("javascript.operators.addition")}}

+

{{Compat}}

Смотрите также

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"

Совместимость с браузерами

-

{{Compat("javascript.operators.addition_assignment")}}

+

{{Compat}}

Смотрите также

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

Совместимость с браузерами

-

{{Compat("javascript.operators.assignment")}}

+

{{Compat}}

Смотрите также

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 -

{{Compat("javascript.operators.bitwise_and")}}

+

{{Compat}}

Смотрите также

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 -

{{Compat("javascript.operators.comma")}}

+

{{Compat}}

Смотрите также

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; -

{{Compat("javascript.operators.decrement")}}

+

{{Compat}}

Смотрите также

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)

Совместимость с браузерами

-

{{Compat("javascript.operators.function")}}

+

{{Compat}}

Смотрите также

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 -

{{Compat("javascript.operators.grouping")}}

+

{{Compat}}

Смотрите также

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;

Совместимость с браузерами

-

{{Compat("javascript.operators.in")}}

+

{{Compat}}

Смотрите также

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

Поддержка браузерами

-

{{Compat("javascript.operators.instanceof")}}

+

{{Compat}}

Смотрите также

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 -

{{Compat("javascript.operators.nullish_coalescing")}}

+

{{Compat}}

Смотрите также

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
-

{{Compat("javascript.operators.optional_chaining")}}

+

{{Compat}}

Смотрите также

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 -

{{Compat("javascript.operators.spread")}}

+

{{Compat}}

See also

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"

Поддержка браузерами

-

{{Compat("javascript.operators.super")}}

+

{{Compat}}

Смотрите также

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 < elements.length; i++) { -

{{Compat("javascript.operators.this")}}

+

{{Compat}}

Смотрите также

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

Совместимость с браузерами

-

{{Compat("javascript.operators.typeof")}}

+

{{Compat}}

IE-специфичные замечания

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 }

Совместимость с браузерами

-

{{Compat("javascript.operators.yield")}}

+

{{Compat}}

Смотрите также

-- cgit v1.2.3-54-g00ecf