Skip to content

Commit 303fd17

Browse files
lex111MrShtein
andauthored
Update 1-js/02-first-steps/04-variables/1-hello-variables/solution.md
Co-Authored-By: MrShtein <mr.shtein@outlook.com>
1 parent 1a8868e commit 303fd17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • 1-js/02-first-steps/04-variables/1-hello-variables

1-js/02-first-steps/04-variables/1-hello-variables/solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
В коде, приведенном ниже, каждая строка решения соответствует одному желементу в списке задач.
1+
В коде ниже каждая строка решения соответствует одному элементу в списке задач.
22

33
```js run
44
let admin, name; // можно объявить две переменные через запятую

0 commit comments

Comments
 (0)