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 50850a9 + 34abb0b commit e4100a3Copy full SHA for e4100a3
README.md
@@ -89,7 +89,7 @@ setTimeout(() => {
89
**Good**:
90
```javascript
91
// Declare them as capitalized `const` globals.
92
-const SECONDS_IN_DAY = 86400;
+const SECONDS_IN_A_DAY = 86400;
93
94
setTimeout(() => {
95
this.blastOff()
0 commit comments