We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0a8bd6 commit 0e4ddb4Copy full SHA for 0e4ddb4
1-js/02-first-steps/10-ifelse/1-if-zero-string/task.md
@@ -2,13 +2,13 @@ importance: 5
2
3
---
4
5
-# if (a string with zero)
+# if (un string cu zero)
6
7
-Will `alert` be shown?
+Va apărea `alert` ?
8
9
```js
10
if ("0") {
11
- alert( 'Hello' );
+ alert( 'Salut' );
12
}
13
```
14
0 commit comments