Skip to content

Commit 0e4ddb4

Browse files
translated
quick translate
1 parent a0a8bd6 commit 0e4ddb4

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 (un string cu zero)
66

7-
Will `alert` be shown?
7+
Va apărea `alert` ?
88

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

0 commit comments

Comments
 (0)