Skip to content

Commit 0a894ab

Browse files
translation
fix
1 parent 4bca162 commit 0a894ab

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Orice string cu excepția unui string gol (iar `"0"` nu este gol) devine `true` în contextul logical.
44

5-
We can run and check:
5+
Putem rula și verifica:
66

77
```js run
88
if ("0") {

0 commit comments

Comments
 (0)