You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 1-js/02-first-steps/04-variables/article.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -297,7 +297,7 @@ const pageLoadTime = /* time taken by a webpage to load */;
297
297
298
298
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.
299
299
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.
0 commit comments