Skip to content

Commit 29e52b7

Browse files
authored
Update solution.md
1 parent 076a0dd commit 29e52b7

File tree

1 file changed

+2
-2
lines changed
  • 1-js/02-first-steps/09-comparison/1-comparison-questions

1 file changed

+2
-2
lines changed

1-js/02-first-steps/09-comparison/1-comparison-questions/solution.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ null == "\n0\n" → false
1010
null === +"\n0\n"false
1111
```
1212

13-
Some of the reasons:
13+
Кээ бир себептери:
1414

15-
1. Obviously, true.
15+
1. Албетте, туура.
1616
2. Dictionary comparison, hence false. `"a"` is smaller than `"p"`.
1717
3. Again, dictionary comparison, first char `"2"` is greater than the first char `"1"`.
1818
4. Values `null` and `undefined` equal each other only.

0 commit comments

Comments
 (0)