We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 590a747 commit 54df5a4Copy full SHA for 54df5a4
1-js/02-first-steps/04-variables/1-hello-variables/solution.md
@@ -1,7 +1,7 @@
1
-In the code below, each line corresponds to the item in the task list.
+Pažvelkite į kodą žemiau, kiekviena eilutė atitinka punktą iš užduočių sąrašo.
2
3
```js run
4
-let admin, name; // can declare two variables at once
+let admin, name; // galima deklaruoti du kintamuosius tuo pačiu metu
5
6
name = "John";
7
0 commit comments