Skip to content

Commit 36a4817

Browse files
lex111MrShtein
andauthored
Update 1-js/02-first-steps/04-variables/article.md
Co-Authored-By: MrShtein <mr.shtein@outlook.com>
1 parent 0fc7fc1 commit 36a4817

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
@@ -18,7 +18,7 @@
1818
let message;
1919
```
2020

21-
Теперь, мы можем поместить в неё некоторые данные, используя оператор присваивания `=`:
21+
Теперь можно поместить в неё некоторые данные, используя оператор присваивания `=`:
2222

2323
```js
2424
let message;

0 commit comments

Comments
 (0)