We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 076a0dd commit 29e52b7Copy full SHA for 29e52b7
1-js/02-first-steps/09-comparison/1-comparison-questions/solution.md
@@ -10,9 +10,9 @@ null == "\n0\n" → false
10
null === +"\n0\n" → false
11
```
12
13
-Some of the reasons:
+Кээ бир себептери:
14
15
-1. Obviously, true.
+1. Албетте, туура.
16
2. Dictionary comparison, hence false. `"a"` is smaller than `"p"`.
17
3. Again, dictionary comparison, first char `"2"` is greater than the first char `"1"`.
18
4. Values `null` and `undefined` equal each other only.
0 commit comments