We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e4ddb4 commit 4bca162Copy full SHA for 4bca162
1-js/02-first-steps/10-ifelse/1-if-zero-string/solution.md
@@ -1,12 +1,11 @@
1
-**Yes, it will.**
+**Da, așa va fi.**
2
3
-Any string except an empty one (and `"0"` is not empty) becomes `true` in the logical context.
+Orice string cu excepția unui string gol (iar `"0"` nu este gol) devine `true` în contextul logical.
4
5
We can run and check:
6
7
```js run
8
if ("0") {
9
- alert( 'Hello' );
+ alert( 'Salut' );
10
}
11
```
12
-
0 commit comments