diff options
Diffstat (limited to 'files/ru/web/javascript/reference/global_objects')
30 files changed, 30 insertions, 30 deletions
diff --git a/files/ru/web/javascript/reference/global_objects/array/includes/index.html b/files/ru/web/javascript/reference/global_objects/array/includes/index.html index 0783facb92..769f8cd8b1 100644 --- a/files/ru/web/javascript/reference/global_objects/array/includes/index.html +++ b/files/ru/web/javascript/reference/global_objects/array/includes/index.html @@ -160,7 +160,7 @@ if (!Array.prototype.includes) { <p>{{Compat("javascript.builtins.Array.includes")}}</p> </div> -<h2 id="См._также">См. также</h2> +<h2 id="Смотрите_также">Смотрите также</h2> <ul> <li>{{jsxref("TypedArray.prototype.includes()")}}</li> diff --git a/files/ru/web/javascript/reference/global_objects/atomics/add/index.html b/files/ru/web/javascript/reference/global_objects/atomics/add/index.html index 003ce1619a..f0bb8bf72d 100644 --- a/files/ru/web/javascript/reference/global_objects/atomics/add/index.html +++ b/files/ru/web/javascript/reference/global_objects/atomics/add/index.html @@ -118,7 +118,7 @@ Atomics.load(ta, 0); // 12</pre> <p>[2] The implementation is under development and needs these runtime flags: <code>--js-flags=--harmony-sharedarraybuffer --enable-blink-feature=SharedArrayBuffer</code></p> -<h2 id="Смотри_также">Смотри также</h2> +<h2 id="Смотрите_также">Смотрите также</h2> <ul> <li>{{jsxref("Atomics")}}</li> diff --git a/files/ru/web/javascript/reference/global_objects/atomics/index.html b/files/ru/web/javascript/reference/global_objects/atomics/index.html index 7411110086..97b927374f 100644 --- a/files/ru/web/javascript/reference/global_objects/atomics/index.html +++ b/files/ru/web/javascript/reference/global_objects/atomics/index.html @@ -156,7 +156,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Atomics </li> </ul> -<h2 id="Смотри_также">Смотри также</h2> +<h2 id="Смотрите_также">Смотрите также</h2> <ul> <li>{{jsxref("ArrayBuffer")}}</li> diff --git a/files/ru/web/javascript/reference/global_objects/atomics/sub/index.html b/files/ru/web/javascript/reference/global_objects/atomics/sub/index.html index 05a2727be0..5697d64aa7 100644 --- a/files/ru/web/javascript/reference/global_objects/atomics/sub/index.html +++ b/files/ru/web/javascript/reference/global_objects/atomics/sub/index.html @@ -120,7 +120,7 @@ Atomics.load(ta, 0); // 36 <p>[2] The implementation is under development and needs these runtime flags: <code>--js-flags=--harmony-sharedarraybuffer --enable-blink-feature=SharedArrayBuffer</code></p> -<h2 id="Смотри_также">Смотри также</h2> +<h2 id="Смотрите_также">Смотрите также</h2> <ul> <li>{{jsxref("Atomics")}}</li> diff --git a/files/ru/web/javascript/reference/global_objects/isnan/index.html b/files/ru/web/javascript/reference/global_objects/isnan/index.html index 41d9e3ba07..5b1d16bc59 100644 --- a/files/ru/web/javascript/reference/global_objects/isnan/index.html +++ b/files/ru/web/javascript/reference/global_objects/isnan/index.html @@ -125,7 +125,7 @@ isNaN("blabla") // true: "blabla" преобразовано в число. <p> </p> -<h2 id="See_also" name="See_also">См. также</h2> +<h2 id="See_also" name="See_also">Смотрите также</h2> <ul> <li>{{jsxref("Global_Objects/NaN", "NaN")}}</li> diff --git a/files/ru/web/javascript/reference/global_objects/map/@@species/index.html b/files/ru/web/javascript/reference/global_objects/map/@@species/index.html index cd65113453..4d24379be9 100644 --- a/files/ru/web/javascript/reference/global_objects/map/@@species/index.html +++ b/files/ru/web/javascript/reference/global_objects/map/@@species/index.html @@ -103,7 +103,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Map/@@species </table> </div> -<h2 id="Смотри_так_же">Смотри так же</h2> +<h2 id="Смотрите_также">Смотрите также</h2> <ul> <li>{{jsxref("Map")}}</li> diff --git a/files/ru/web/javascript/reference/global_objects/map/entries/index.html b/files/ru/web/javascript/reference/global_objects/map/entries/index.html index eb1a79956b..6cf4baca44 100644 --- a/files/ru/web/javascript/reference/global_objects/map/entries/index.html +++ b/files/ru/web/javascript/reference/global_objects/map/entries/index.html @@ -119,7 +119,7 @@ console.log(mapIter.next().value); // [Object, "baz"] </table> </div> -<h2 id="Смотри_также">Смотри также</h2> +<h2 id="Смотрите_также">Смотрите также</h2> <ul> <li>{{jsxref("Map.prototype.keys()")}}</li> diff --git a/files/ru/web/javascript/reference/global_objects/map/foreach/index.html b/files/ru/web/javascript/reference/global_objects/map/foreach/index.html index 27b5c25aa0..7ad360d46b 100644 --- a/files/ru/web/javascript/reference/global_objects/map/foreach/index.html +++ b/files/ru/web/javascript/reference/global_objects/map/foreach/index.html @@ -86,7 +86,7 @@ new Map([["foo", 3], ["bar", {}], ["baz", undefined]]).forEach(logMapElements); <p>{{Compat("javascript.builtins.Map.forEach")}}</p> -<h2 id="Смотри_также">Смотри также</h2> +<h2 id="Смотрите_также">Смотрите также</h2> <ul> <li>{{jsxref("Array.prototype.forEach()")}}</li> diff --git a/files/ru/web/javascript/reference/global_objects/map/get/index.html b/files/ru/web/javascript/reference/global_objects/map/get/index.html index be837c802e..68da178b4e 100644 --- a/files/ru/web/javascript/reference/global_objects/map/get/index.html +++ b/files/ru/web/javascript/reference/global_objects/map/get/index.html @@ -59,7 +59,7 @@ myMap.get('baz'); // Вернёт undefined. <p>{{Compat("javascript.builtins.Map.get")}}</p> -<h2 id="Смотри_также">Смотри также</h2> +<h2 id="Смотрите_также">Смотрите также</h2> <ul> <li>{{jsxref("Map")}}</li> diff --git a/files/ru/web/javascript/reference/global_objects/map/keys/index.html b/files/ru/web/javascript/reference/global_objects/map/keys/index.html index d7221c9a6e..ee605924ad 100644 --- a/files/ru/web/javascript/reference/global_objects/map/keys/index.html +++ b/files/ru/web/javascript/reference/global_objects/map/keys/index.html @@ -109,7 +109,7 @@ console.log(mapIter.next().value); // Object </table> </div> -<h2 id="Смотри_также">Смотри также</h2> +<h2 id="Смотрите_также">Смотрите также</h2> <ul> <li>{{jsxref("Map.prototype.entries()")}}</li> diff --git a/files/ru/web/javascript/reference/global_objects/map/set/index.html b/files/ru/web/javascript/reference/global_objects/map/set/index.html index b3f13a7fe5..0243b87ff5 100644 --- a/files/ru/web/javascript/reference/global_objects/map/set/index.html +++ b/files/ru/web/javascript/reference/global_objects/map/set/index.html @@ -131,7 +131,7 @@ myMap.set('bar', 'foo') <li>В Firefox 33 {{geckoRelease("33")}} и более ранних версиях <code>Map.prototype.set</code> возвращал <code>undefined</code> и не был доступен вызов его в цепочке. Это было поправлено ({{bug(1031632)}}). Данное поведение было также обнаружено в Chrome/v8 (<a href="https://code.google.com/p/v8/issues/detail?id=3410">issue</a>) и IE11.</li> </ul> -<h2 id="Смотри_также">Смотри также</h2> +<h2 id="Смотрите_также">Смотрите также</h2> <ul> <li>{{jsxref("Map")}}</li> diff --git a/files/ru/web/javascript/reference/global_objects/map/values/index.html b/files/ru/web/javascript/reference/global_objects/map/values/index.html index 6267dab64e..6362530ea2 100644 --- a/files/ru/web/javascript/reference/global_objects/map/values/index.html +++ b/files/ru/web/javascript/reference/global_objects/map/values/index.html @@ -108,7 +108,7 @@ console.log(mapIter.next().value); // "baz"</pre> </table> </div> -<h2 id="Смотри_также">Смотри также</h2> +<h2 id="Смотрите_также">Смотрите также</h2> <ul> <li>{{jsxref("Map.prototype.entries()")}}</li> diff --git a/files/ru/web/javascript/reference/global_objects/parseint/index.html b/files/ru/web/javascript/reference/global_objects/parseint/index.html index fd1942b04d..e6db326610 100644 --- a/files/ru/web/javascript/reference/global_objects/parseint/index.html +++ b/files/ru/web/javascript/reference/global_objects/parseint/index.html @@ -190,7 +190,7 @@ console.log(filterInt('1.61803398875')); // NaN <p>{{Compat("javascript.builtins.parseInt")}}</p> -<h2 id="See_Also" name="See_Also">Смотри также</h2> +<h2 id="See_Also" name="See_Also">Смотрите также</h2> <ul> <li>{{jsxref("Global_Objects/parseFloat", "parseFloat()")}}</li> diff --git a/files/ru/web/javascript/reference/global_objects/promise/catch/index.html b/files/ru/web/javascript/reference/global_objects/promise/catch/index.html index 3515b9c63c..5a2ed19b38 100644 --- a/files/ru/web/javascript/reference/global_objects/promise/catch/index.html +++ b/files/ru/web/javascript/reference/global_objects/promise/catch/index.html @@ -149,7 +149,7 @@ p3.catch(function(e) { <p>{{Compat("javascript.builtins.Promise.catch")}}</p> -<h2 id="Смотри_также">Смотри также</h2> +<h2 id="Смотрите_также">Смотрите также</h2> <ul> <li>{{jsxref("Promise")}}</li> diff --git a/files/ru/web/javascript/reference/global_objects/promise/resolve/index.html b/files/ru/web/javascript/reference/global_objects/promise/resolve/index.html index f61fad91ec..1587d254ac 100644 --- a/files/ru/web/javascript/reference/global_objects/promise/resolve/index.html +++ b/files/ru/web/javascript/reference/global_objects/promise/resolve/index.html @@ -131,7 +131,7 @@ p3.then(function(v) { <p>{{Compat("javascript/promise","Promise.resolve")}}</p> -<h2 id="Смотри_также">Смотри также</h2> +<h2 id="Смотрите_также">Смотрите также</h2> <ul> <li>{{jsxref("Promise")}}</li> diff --git a/files/ru/web/javascript/reference/global_objects/promise/then/index.html b/files/ru/web/javascript/reference/global_objects/promise/then/index.html index a380cb5b5c..0a347a9778 100644 --- a/files/ru/web/javascript/reference/global_objects/promise/then/index.html +++ b/files/ru/web/javascript/reference/global_objects/promise/then/index.html @@ -150,7 +150,7 @@ p3.then(function(v) { <p>{{Compat("javascript.builtins.Promise.then")}}</p> -<h2 id="Смотри_также">Смотри также</h2> +<h2 id="Смотрите_также">Смотрите также</h2> <ul> <li>{{jsxref("Promise")}}</li> diff --git a/files/ru/web/javascript/reference/global_objects/proxy/proxy/deleteproperty/index.html b/files/ru/web/javascript/reference/global_objects/proxy/proxy/deleteproperty/index.html index 8e18f0d1c3..0ef0b3f423 100644 --- a/files/ru/web/javascript/reference/global_objects/proxy/proxy/deleteproperty/index.html +++ b/files/ru/web/javascript/reference/global_objects/proxy/proxy/deleteproperty/index.html @@ -122,7 +122,7 @@ console.log(result) // false <p>{{Compat("javascript.builtins.Proxy.handler.deleteProperty")}}</p> </div> -<h2 id="Смотри_также">Смотри также</h2> +<h2 id="Смотрите_также">Смотрите также</h2> <ul> <li>{{jsxref("Proxy")}}</li> diff --git a/files/ru/web/javascript/reference/global_objects/set/foreach/index.html b/files/ru/web/javascript/reference/global_objects/set/foreach/index.html index 643c1f4b3f..b5e0ee2ab9 100644 --- a/files/ru/web/javascript/reference/global_objects/set/foreach/index.html +++ b/files/ru/web/javascript/reference/global_objects/set/foreach/index.html @@ -102,7 +102,7 @@ new Set(['foo', 'bar', undefined]).forEach(logSetElements); <p>{{Compat("javascript.builtins.Set.forEach")}}</p> -<h2 id="См._также">См. также</h2> +<h2 id="Смотрите_также">Смотрите также</h2> <ul> <li>{{jsxref("Array.prototype.forEach()")}}</li> diff --git a/files/ru/web/javascript/reference/global_objects/sharedarraybuffer/index.html b/files/ru/web/javascript/reference/global_objects/sharedarraybuffer/index.html index 64a726aa64..f35e32c051 100644 --- a/files/ru/web/javascript/reference/global_objects/sharedarraybuffer/index.html +++ b/files/ru/web/javascript/reference/global_objects/sharedarraybuffer/index.html @@ -194,7 +194,7 @@ worker.postMessage(sab); <p>[2] The implementation is under development and needs these runtime flags: <code>--js-flags=--harmony-sharedarraybuffer --enable-blink-feature=SharedArrayBuffer</code></p> -<h2 id="Смотри_также">Смотри также</h2> +<h2 id="Смотрите_также">Смотрите также</h2> <ul> <li>{{jsxref("Atomics")}}</li> diff --git a/files/ru/web/javascript/reference/global_objects/string/includes/index.html b/files/ru/web/javascript/reference/global_objects/string/includes/index.html index 43f41136d9..1b7dfaf5dd 100644 --- a/files/ru/web/javascript/reference/global_objects/string/includes/index.html +++ b/files/ru/web/javascript/reference/global_objects/string/includes/index.html @@ -115,7 +115,7 @@ console.log(str.includes('БЫТЬ')); // false <p>В Firefox 48, метод <code>String.prototype.contains()</code> был удалён. Следует использовать только <code>String.prototype.includes()</code>.</p> -<h2 id="См._также">См. также</h2> +<h2 id="Смотрите_также">Смотрите также</h2> <ul> <li>{{jsxref("Array.prototype.includes()")}} {{experimental_inline}}</li> diff --git a/files/ru/web/javascript/reference/global_objects/symbol/for/index.html b/files/ru/web/javascript/reference/global_objects/symbol/for/index.html index 87d85f23ce..ccbad9b385 100644 --- a/files/ru/web/javascript/reference/global_objects/symbol/for/index.html +++ b/files/ru/web/javascript/reference/global_objects/symbol/for/index.html @@ -133,7 +133,7 @@ Symbol.for("mdn.bar"); </table> </div> -<h2 id="См._также">См. также</h2> +<h2 id="Смотрите_также">Смотрите также</h2> <ul> <li>{{jsxref("Symbol.prototype.keyFor()")}}</li> diff --git a/files/ru/web/javascript/reference/global_objects/symbol/index.html b/files/ru/web/javascript/reference/global_objects/symbol/index.html index 71361cc695..009707ec87 100644 --- a/files/ru/web/javascript/reference/global_objects/symbol/index.html +++ b/files/ru/web/javascript/reference/global_objects/symbol/index.html @@ -217,7 +217,7 @@ obj[Object(sym)]; // снова 1 <p>{{Compat("javascript.builtins.Symbol")}}</p> -<h2 id="See_also" name="See_also">См. также</h2> +<h2 id="See_also" name="See_also">Смотрите также</h2> <ul> <li><a href="/ru/docs/%D0%A1%D0%BB%D0%BE%D0%B2%D0%B0%D1%80%D1%8C/Symbol">Словарь: Символьный тип данных</a></li> diff --git a/files/ru/web/javascript/reference/global_objects/symbol/isconcatspreadable/index.html b/files/ru/web/javascript/reference/global_objects/symbol/isconcatspreadable/index.html index 68ce170adc..19d96c462f 100644 --- a/files/ru/web/javascript/reference/global_objects/symbol/isconcatspreadable/index.html +++ b/files/ru/web/javascript/reference/global_objects/symbol/isconcatspreadable/index.html @@ -141,7 +141,7 @@ x.concat(fakeArray); // [1, 2, 3, "hello", "world"] </table> </div> -<h2 id="Смотри_также">Смотри также</h2> +<h2 id="Смотрите_также">Смотрите также</h2> <ul> <li>{{jsxref("Array.prototype.concat()")}}</li> diff --git a/files/ru/web/javascript/reference/global_objects/symbol/match/index.html b/files/ru/web/javascript/reference/global_objects/symbol/match/index.html index 135fbcc2ab..6418258aa9 100644 --- a/files/ru/web/javascript/reference/global_objects/symbol/match/index.html +++ b/files/ru/web/javascript/reference/global_objects/symbol/match/index.html @@ -104,7 +104,7 @@ re[Symbol.match] = false; </table> </div> -<h2 id="См._также">См. также</h2> +<h2 id="Смотрите_также">Смотрите также</h2> <ul> <li>{{jsxref("Symbol.replace")}}</li> diff --git a/files/ru/web/javascript/reference/global_objects/symbol/species/index.html b/files/ru/web/javascript/reference/global_objects/symbol/species/index.html index de03682229..ed1baa5222 100644 --- a/files/ru/web/javascript/reference/global_objects/symbol/species/index.html +++ b/files/ru/web/javascript/reference/global_objects/symbol/species/index.html @@ -108,7 +108,7 @@ console.log(mapped instanceof Array); // true </table> </div> -<h2 id="См._также">См. также</h2> +<h2 id="Смотрите_также">Смотрите также</h2> <ul> <li>{{jsxref("Map.@@species", "Map[@@species]")}}</li> diff --git a/files/ru/web/javascript/reference/global_objects/symbol/toprimitive/index.html b/files/ru/web/javascript/reference/global_objects/symbol/toprimitive/index.html index 1252063034..1fa0a52c27 100644 --- a/files/ru/web/javascript/reference/global_objects/symbol/toprimitive/index.html +++ b/files/ru/web/javascript/reference/global_objects/symbol/toprimitive/index.html @@ -82,7 +82,7 @@ console.log(obj2 + ''); // "true" -- желаемый тип (<strong>hint</s <p>{{Compat("javascript.builtins.Symbol.toPrimitive")}}</p> -<h2 id="См._также">См. также</h2> +<h2 id="Смотрите_также">Смотрите также</h2> <ul> <li>{{jsxref("Date.@@toPrimitive", "Date.prototype[@@toPrimitive]")}}</li> diff --git a/files/ru/web/javascript/reference/global_objects/symbol/valueof/index.html b/files/ru/web/javascript/reference/global_objects/symbol/valueof/index.html index f5ed1d1060..787d6b3bf5 100644 --- a/files/ru/web/javascript/reference/global_objects/symbol/valueof/index.html +++ b/files/ru/web/javascript/reference/global_objects/symbol/valueof/index.html @@ -87,7 +87,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Symbol/valueOf </table> </div> -<h2 id="См._также">См. также</h2> +<h2 id="Смотрите_также">Смотрите также</h2> <ul> <li>{{jsxref("Object.prototype.valueOf()")}}</li> diff --git a/files/ru/web/javascript/reference/global_objects/unescape/index.html b/files/ru/web/javascript/reference/global_objects/unescape/index.html index 0aecf842d0..cce4f71528 100644 --- a/files/ru/web/javascript/reference/global_objects/unescape/index.html +++ b/files/ru/web/javascript/reference/global_objects/unescape/index.html @@ -118,7 +118,7 @@ unescape("%u0107"); // "ć" </table> </div> -<h2 id="See_Also" name="See_Also">Смотрите так же</h2> +<h2 id="See_Also" name="See_Also">Смотрите также</h2> <ul> <li>{{jsxref("Global_Objects/decodeURI", "decodeURI")}}</li> diff --git a/files/ru/web/javascript/reference/global_objects/uneval/index.html b/files/ru/web/javascript/reference/global_objects/uneval/index.html index 2fa30aeeaa..22378e9286 100644 --- a/files/ru/web/javascript/reference/global_objects/uneval/index.html +++ b/files/ru/web/javascript/reference/global_objects/uneval/index.html @@ -63,7 +63,7 @@ foo(); // возвращает "привет" <div id="compat-mobile"> </div> -<h2 id="See_Also" name="See_Also">См. также</h2> +<h2 id="See_Also" name="See_Also">Смотрите также</h2> <ul> <li>{{jsxref("Global_Objects/eval", "eval()")}}</li> diff --git a/files/ru/web/javascript/reference/global_objects/webassembly/index.html b/files/ru/web/javascript/reference/global_objects/webassembly/index.html index 5265fcdac1..f85c20b310 100644 --- a/files/ru/web/javascript/reference/global_objects/webassembly/index.html +++ b/files/ru/web/javascript/reference/global_objects/webassembly/index.html @@ -152,7 +152,7 @@ fetch('simple.wasm').then(response => <p>[2] В настоящее время поддерживается флаг «Экспериментальные функции JavaScript». Для более подробной информации смотрите <a href="https://blogs.windows.com/msedgedev/2017/04/20/improved-javascript-performance-webassembly-shared-memory/">этот blog post</a>.</p> -<h2 id="Смотри_также">Смотри также</h2> +<h2 id="Смотрите_также">Смотрите также</h2> <ul> <li><a href="/en-US/docs/WebAssembly">WebAssembly</a> обзорная страница</li> |