Skip to content

Commit 43ceee9

Browse files
lex111MrShtein
andauthored
Update 1-js/02-first-steps/04-variables/article.md
Co-Authored-By: MrShtein <mr.shtein@outlook.com>
1 parent 9af9802 commit 43ceee9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ alert(message); // Hello world!
147147
148148
В JavaScript есть два ограничения, касающиеся имён переменных :
149149
150-
1. Имя переменной должно содержать только буквы, цифры, или символы `$` и `_`.
150+
1. Имя переменной должно содержать только буквы, цифры или символы `$` и `_`.
151151
2. Первый символ не должен быть цифрой.
152152
153153
Примеры допустимых имен:

0 commit comments

Comments
 (0)