We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc1eaa4 commit ce505b0Copy full SHA for ce505b0
1-js/02-first-steps/09-comparison/article.md
@@ -84,7 +84,7 @@ alert( '01' == 1 ); // true, string '01' becomes a number 1
84
85
For boolean values, `true` becomes `1` and `false` becomes `0`.
86
87
-For example:
+Мисалы:
88
89
```js run
90
alert( true == 1 ); // true
@@ -97,7 +97,7 @@ It is possible that at the same time:
97
- Two values are equal.
98
- One of them is `true` as a boolean and the other one is `false` as a boolean.
99
100
101
102
103
let a = 0;
0 commit comments