Skip to content

Commit c01efda

Browse files
committed
minor fixes
1 parent a3a1492 commit c01efda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/02-first-steps/04-variables/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ const pageLoadTime = /* time taken by a webpage to load */;
297297
298298
The value of `pageLoadTime` is not known prior to the page load, so it's named normally. But it's still a constant because it doesn't change after assignment.
299299
300-
In other words, capital-named constants are only used as aliases for "hard-coded" values.
300+
In other words, capital-named constants are only used as aliases for "hard-coded" values.
301301
302302
## Name things right
303303

0 commit comments

Comments
 (0)