Skip to content

Commit a5bfe80

Browse files
authored
Update task.md
1 parent 54df5a4 commit a5bfe80

File tree

1 file changed

+5
-5
lines changed
  • 1-js/02-first-steps/04-variables/1-hello-variables

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ importance: 2
22

33
---
44

5-
# Working with variables
5+
# Darbas su kintamaisiais
66

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").
7+
1. Deklaruokite du kintamuosius: `admin` ir `name`.
8+
2. Priskirkite vertę `"John"` kintamajam `name`.
9+
3. Nukopijuokite vertę iš `name` į `admin`.
10+
4. Parodykite `admin` vertę, naudodami `alert` (turi grąžinti "John").

0 commit comments

Comments
 (0)