Skip to content

Commit 8b14175

Browse files
authored
Update solution.md
1 parent 21d71c0 commit 8b14175

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ null === +"\n0\n" → false
1313
Some of the reasons:
1414

1515
1. Obviously, true.
16-
2. Dictionary comparison, hence true.
16+
2. Dictionary comparison, hence false.
1717
3. Again, dictionary comparison, first char of `"2"` is greater than the first char of `"1"`.
1818
4. Values `null` and `undefined` equal each other only.
1919
5. Strict equality is strict. Different types from both sides lead to false.

0 commit comments

Comments
 (0)