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) --- .../web/javascript/reference/global_objects/null/index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'files/ru/web/javascript/reference/global_objects/null/index.html') diff --git a/files/ru/web/javascript/reference/global_objects/null/index.html b/files/ru/web/javascript/reference/global_objects/null/index.html index 940df2e928..6cdeef8516 100644 --- a/files/ru/web/javascript/reference/global_objects/null/index.html +++ b/files/ru/web/javascript/reference/global_objects/null/index.html @@ -19,11 +19,11 @@ translation_of: Web/JavaScript/Reference/Global_Objects/null

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 https://github.com/mdn/interactive-examples and send us a pull request.

-

Синтаксис

+

Синтаксис

null
-

Описание

+

Описание

Значение null записывается литералом null. Оно является самостоятельным, а не свойством глобального объекта (как {{jsxref("Global_Objects/undefined", "undefined")}}). В API, null часто присутствует в местах где ожидается объект, но подходящего объекта нет.

@@ -38,7 +38,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/null -

Отличия между null и undefined

+

Отличия между null и undefined

null является определённым значением отсутствия объекта, тогда как {{jsxref("Global_Objects/undefined", "undefined")}} обозначает неопределённость. Например: 

@@ -58,7 +58,7 @@ null === undefined // false null == undefined // true -

Спецификации

+

Спецификации

@@ -90,11 +90,11 @@ null == undefined // true
-

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

+

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

{{Compat("javascript.builtins.null")}}
-

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

+

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