@@ -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