Skip to content

Commit 06341cd

Browse files
authored
Translated task.md
1 parent f610c22 commit 06341cd

File tree

1 file changed

+3
-3
lines changed
  • 1-js/02-first-steps/10-ifelse/1-if-zero-string

1 file changed

+3
-3
lines changed

1-js/02-first-steps/10-ifelse/1-if-zero-string/task.md

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

33
---
44

5-
# if (a string with zero)
5+
# if (eilutė su nuliu)
66

7-
Will `alert` be shown?
7+
Ar bus parodytas `alert`?
88

99
```js
1010
if ("0") {
11-
alert( 'Hello' );
11+
alert( 'Labas' );
1212
}
1313
```
1414

0 commit comments

Comments
 (0)