We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bca162 commit 0a894abCopy full SHA for 0a894ab
1-js/02-first-steps/10-ifelse/1-if-zero-string/solution.md
@@ -2,7 +2,7 @@
2
3
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:
+Putem rula și verifica:
6
7
```js run
8
if ("0") {
0 commit comments