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 72fd417 commit 263d2b1Copy full SHA for 263d2b1
README.md
@@ -88,7 +88,7 @@ setTimeout(blastOff, 86400000);
88
89
**Good:**
90
```javascript
91
-// Declare them as capitalized `const` globals.
+// Declare them as capitalized named constants.
92
const MILLISECONDS_IN_A_DAY = 86400000;
93
94
setTimeout(blastOff, MILLISECONDS_IN_A_DAY);
0 commit comments