Skip to content

Commit 4e1711e

Browse files
authored
Merge pull request javascript-tutorial#170 from kitiya/patch-1
Update solution.md - question 2
2 parents 63d7f1d + 11860c3 commit 4e1711e

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)