Skip to content

Commit e788a87

Browse files
authored
Translated task.md
1 parent 52adc67 commit e788a87

File tree

1 file changed

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

1 file changed

+6
-6
lines changed

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

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

33
---
44

5-
# String quotes
5+
# Eilučių kabutės
66

7-
What is the output of the script?
7+
Kokį gausime skripto rezultatą?
88

99
```js
1010
let name = "Ilya";
1111

12-
alert( `hello ${1}` ); // ?
12+
alert( `labas ${1}` ); // ?
1313

14-
alert( `hello ${"name"}` ); // ?
14+
alert( `labas ${"name"}` ); // ?
1515

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

0 commit comments

Comments
 (0)