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.
2 parents 63d7f1d + 11860c3 commit 4e1711eCopy full SHA for 4e1711e
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