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 5cd98a0 + 32c9366 commit 725f3a4Copy full SHA for 725f3a4
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
24
(2).toString(); // 2 is evaluated first
25
26
### Objects as a data type
0 commit comments