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 e78568f commit e471c8dCopy full SHA for e471c8d
doc/en/object/general.md
@@ -20,7 +20,7 @@ There are a couple of workarounds that can be used to make number literals act
20
as objects too.
21
22
2..toString(); // the second point is correctly recognized
23
- 2 .toString(); // note the space left to the dot
+ 2 .toString(); // note the space left of the dot
24
(2).toString(); // 2 is evaluated first
25
26
### Objects as a Data Type
0 commit comments