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.
2 parents f3d8a6a + 95c2e64 commit e163c59Copy full SHA for e163c59
doc/objects.md
@@ -20,7 +20,7 @@ There are a couple of workarounds which can be used in order make number
20
literals act as object too.
21
22
2..toString(); // the second point is correctly recognized
23
- 2 .toString(); // note the space
+ 2 .toString(); // note the space left to the dot
24
(2).toString(); // 2 is evaluated first
25
26
### Objects as a data type
0 commit comments