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 1c0b20a commit 3afe391Copy full SHA for 3afe391
README.md
@@ -100,7 +100,7 @@ setTimeout(blastOff, 86400000);
100
101
```javascript
102
// Declare them as capitalized named constants.
103
-const MILLISECONDS_IN_A_DAY = 86400000;
+const MILLISECONDS_IN_A_DAY = 86_400_000;
104
105
setTimeout(blastOff, MILLISECONDS_IN_A_DAY);
106
```
0 commit comments