Skip to content

Commit 91ba012

Browse files
Update 1-js/02-first-steps/07-type-conversions/article.md
Co-authored-by: Bogdan Bacosca <bogdanbacosca@protonmail.com>
1 parent c56949e commit 91ba012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/02-first-steps/07-type-conversions/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ alert( Boolean("") ); // false
108108
```
109109

110110
````warn header="Please note: the string with zero `\"0\"` is `true`"
111-
Alte limbaje (anume PHP) trateaza `"0"` ca și `false`. Dar in JavaScript, un șir ne-gol este întotdeauna `true`.
111+
Alte limbaje (anume PHP) tratează `"0"` ca și `false`. Dar în JavaScript, un șir ne-gol este întotdeauna `true`.
112112

113113
```js run
114114
alert( Boolean("0") ); // true

0 commit comments

Comments
 (0)