aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/console/dir/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/console/dir/index.html')
-rw-r--r--files/ru/web/api/console/dir/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/ru/web/api/console/dir/index.html b/files/ru/web/api/console/dir/index.html
index e04919d221..cf3aa850db 100644
--- a/files/ru/web/api/console/dir/index.html
+++ b/files/ru/web/api/console/dir/index.html
@@ -9,7 +9,7 @@ translation_of: Web/API/Console/dir
---
<p>{{ APIRef("Console API") }}{{Non-standard_header}}</p>
-<h2 id="Summary" name="Summary">Описание</h2>
+<h2 id="Summary">Описание</h2>
<p>Отображает список свойств указанного JavaScript объекта. Вывод представлен в виде иерархического списка с  возможностью просмотра содержимого дочерних объектов.</p>
@@ -17,7 +17,7 @@ translation_of: Web/API/Console/dir
<p><img alt="console-dir.png" class="default internal" src="/@api/deki/files/6081/=console-dir.png"></p>
-<h2 id="Syntax" name="Syntax">Синтаксис</h2>
+<h2 id="Syntax">Синтаксис</h2>
<pre class="syntaxbox">console.dir(<em>object</em>);
</pre>
@@ -29,7 +29,7 @@ translation_of: Web/API/Console/dir
<dd>JavaScript-объект свойства которого нужно вывести.</dd>
</dl>
-<h3 id="Specification" name="Specification">Спецификация</h3>
+<h3 id="Specification">Спецификация</h3>
<p><a href="https://github.com/DeveloperToolsWG/console-object/blob/master/api.md#consoledirobject">Console Object API</a></p>