From 1386fed7d38652d5848d315927e7e23a66cffd13 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Wed, 20 Oct 2021 13:28:52 +0300 Subject: [RU] Remove `name` attribute from headings (#2788) --- files/ru/web/api/window/console/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files/ru/web/api/window/console/index.html') diff --git a/files/ru/web/api/window/console/index.html b/files/ru/web/api/window/console/index.html index 6901458922..d3967f1449 100644 --- a/files/ru/web/api/window/console/index.html +++ b/files/ru/web/api/window/console/index.html @@ -7,12 +7,12 @@ translation_of: Web/API/Window/console

Свойство window.console даёт доступ к интерфейсу {{domxref("Console")}}, предоставляющий методы для вывода информации в консоль браузера. Данные методы предназначены для отладки приложения, и не должны использоваться конечными пользователями.

-

Синтаксис

+

Синтаксис

var consoleObj = window.console;
 
-

Примеры

+

Примеры

Вывод текста в консоль

-- cgit v1.2.3-54-g00ecf