Skip to content

Commit 76cd7b9

Browse files
authored
Merge pull request #598 from Gogy/patch-1
Link to the list of reserved words
2 parents 71835ff + dd0fc63 commit 76cd7b9

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
@@ -195,7 +195,7 @@ Technically, there is no error here, such names are allowed, but there is an int
195195
````
196196

197197
````warn header="Reserved names"
198-
There is a list of reserved words, which cannot be used as variable names, because they are used by the language itself.
198+
There is a [list of reserved words](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Lexical_grammar#Keywords), which cannot be used as variable names, because they are used by the language itself.
199199
200200
For example, words `let`, `class`, `return`, `function` are reserved.
201201

0 commit comments

Comments
 (0)