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 725f3a4 commit 95c2e64Copy full SHA for 95c2e64
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