We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54df5a4 commit a5bfe80Copy full SHA for a5bfe80
1-js/02-first-steps/04-variables/1-hello-variables/task.md
@@ -2,9 +2,9 @@ importance: 2
2
3
---
4
5
-# Working with variables
+# Darbas su kintamaisiais
6
7
-1. Declare two variables: `admin` and `name`.
8
-2. Assign the value `"John"` to `name`.
9
-3. Copy the value from `name` to `admin`.
10
-4. Show the value of `admin` using `alert` (must output "John").
+1. Deklaruokite du kintamuosius: `admin` ir `name`.
+2. Priskirkite vertę `"John"` kintamajam `name`.
+3. Nukopijuokite vertę iš `name` į `admin`.
+4. Parodykite `admin` vertę, naudodami `alert` (turi grąžinti "John").
0 commit comments