Skip to content

Commit ce505b0

Browse files
authored
Update article.md
1 parent dc1eaa4 commit ce505b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

1-js/02-first-steps/09-comparison/article.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ alert( '01' == 1 ); // true, string '01' becomes a number 1
8484

8585
For boolean values, `true` becomes `1` and `false` becomes `0`.
8686

87-
For example:
87+
Мисалы:
8888

8989
```js run
9090
alert( true == 1 ); // true
@@ -97,7 +97,7 @@ It is possible that at the same time:
9797
- Two values are equal.
9898
- One of them is `true` as a boolean and the other one is `false` as a boolean.
9999
100-
For example:
100+
Мисалы:
101101
102102
```js run
103103
let a = 0;

0 commit comments

Comments
 (0)