Skip to content

Commit 1867718

Browse files
author
Aiyo
authored
Update task.md
1 parent 90f9729 commit 1867718

File tree

1 file changed

+4
-4
lines changed
  • 1-js/02-first-steps/05-types/1-string-quotes

1 file changed

+4
-4
lines changed

Diff for: 1-js/02-first-steps/05-types/1-string-quotes/task.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
importance: 5
1+
važnost: 5
22

33
---
44

5-
# String quotes
5+
# String navodnici
66

7-
What is the output of the script?
7+
Koji je izlaz skripte, šta će se prikazati?
88

99
```js
1010
let name = "Ilya";
@@ -14,4 +14,4 @@ alert( `hello ${1}` ); // ?
1414
alert( `hello ${"name"}` ); // ?
1515

1616
alert( `hello ${name}` ); // ?
17-
```
17+
```

0 commit comments

Comments
 (0)