We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7835a4c commit 4881ad6Copy full SHA for 4881ad6
1-js/02-first-steps/04-variables/1-hello-variables/task.md
@@ -1,10 +1,10 @@
1
-importance: 2
+važnost: 2
2
3
---
4
5
-# Working with variables
+# Rad sa varijablama
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. Deklariši dvije varijable: `admin` i `ime`.
+2. Dodijeli vrijednost `"Veljko"` varijabli `ime`.
+3. Kopiraj vrijednost varijable `ime` u `admin`.
+4. Prikaži vrijednost varijable `admin` koristeći `alert` (mora izaći "Veljko").
0 commit comments