diff options
Diffstat (limited to 'files/ru/web/javascript/reference/global_objects/infinity')
| -rw-r--r-- | files/ru/web/javascript/reference/global_objects/infinity/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/files/ru/web/javascript/reference/global_objects/infinity/index.html b/files/ru/web/javascript/reference/global_objects/infinity/index.html index 30c5cf6b5f..de5c131725 100644 --- a/files/ru/web/javascript/reference/global_objects/infinity/index.html +++ b/files/ru/web/javascript/reference/global_objects/infinity/index.html @@ -7,7 +7,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Infinity --- <div>{{jsSidebar("Objects")}}</div> -<h2 id="Summary" name="Summary">Сводка</h2> +<h2 id="Summary">Сводка</h2> <p>Глобальное свойство <code><strong>Infinity</strong></code> является числовым значением, представляющим бесконечность.</p> @@ -21,7 +21,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Infinity <p>The source for this interactive example is stored in a GitHub repository. If you'd like to contribute to the interactive examples project, please clone <a href="https://github.com/mdn/interactive-examples">https://github.com/mdn/interactive-examples</a> and send us a pull request.</p> </div> -<h2 id="Description" name="Description">Описание</h2> +<h2 id="Description">Описание</h2> <p><code>Infinity</code> является свойством <em>глобального объекта</em>, то есть, это переменная в глобальной области видимости.</p> @@ -41,7 +41,7 @@ console.log(1 / Infinity ); /* 0 */</code></pre> <p> </p> -<h2 id="Specifications" name="Specifications">Спецификации</h2> +<h2 id="Specifications">Спецификации</h2> <table class="standard-table"> <tbody> @@ -73,7 +73,7 @@ console.log(1 / Infinity ); /* 0 */</code></pre> </tbody> </table> -<h2 id="Browser_compatibility" name="Browser_compatibility">Совместимость с браузерами</h2> +<h2 id="Browser_compatibility">Совместимость с браузерами</h2> <p> </p> @@ -85,7 +85,7 @@ console.log(1 / Infinity ); /* 0 */</code></pre> <div id="compat-mobile"> </div> -<h2 id="See_also" name="See_also">Смотрите также</h2> +<h2 id="See_also">Смотрите также</h2> <ul> <li>{{jsxref("Number.NEGATIVE_INFINITY")}}</li> |
