We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a31216 commit fe2b2d2Copy full SHA for fe2b2d2
doc/ru/object/general.md
@@ -1,6 +1,6 @@
1
## Объекты и их свойства
2
3
-В JavaScript всё является объектом, лишь за двумя исключениями — [`null`](#core.undefined) и [`undefined`](#core.undefined).
+В JavaScript всё ведет себя, как объект, лишь за двумя исключениями — [`null`](#core.undefined) и [`undefined`](#core.undefined).
4
5
false.toString(); // 'false'
6
[1, 2, 3].toString(); // '1,2,3'
0 commit comments