Skip to content

Commit 4881ad6

Browse files
author
Veljko Pejović
authored
Update task.md
1 parent 7835a4c commit 4881ad6

File tree

1 file changed

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

1 file changed

+6
-6
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
importance: 2
1+
važnost: 2
22

33
---
44

5-
# Working with variables
5+
# Rad sa varijablama
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. Deklariši dvije varijable: `admin` i `ime`.
8+
2. Dodijeli vrijednost `"Veljko"` varijabli `ime`.
9+
3. Kopiraj vrijednost varijable `ime` u `admin`.
10+
4. Prikaži vrijednost varijable `admin` koristeći `alert` (mora izaći "Veljko").

0 commit comments

Comments
 (0)