We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d71c0 commit 8b14175Copy full SHA for 8b14175
1-js/02-first-steps/08-comparison/1-comparison-questions/solution.md
@@ -13,7 +13,7 @@ null === +"\n0\n" → false
13
Some of the reasons:
14
15
1. Obviously, true.
16
-2. Dictionary comparison, hence true.
+2. Dictionary comparison, hence false.
17
3. Again, dictionary comparison, first char of `"2"` is greater than the first char of `"1"`.
18
4. Values `null` and `undefined` equal each other only.
19
5. Strict equality is strict. Different types from both sides lead to false.
0 commit comments