Skip to content

Commit 98899d8

Browse files
authored
⚡ add missed one
1 parent 212c527 commit 98899d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ When should we use capitals for a constant and when should we name it normally?
292292
Being a "constant" just means that a variable's value never changes. But there are constants that are known prior to execution (like a hexadecimal value for red) and there are constants that are *calculated* in run-time, during the execution, but do not change after their initial assignment.
293293
294294
For instance:
295+
295296
```js
296297
const pageLoadTime = /* time taken by a webpage to load */;
297298
```

0 commit comments

Comments
 (0)