I agree that the examples on that site are not very good. What about
[1, 2, 3] + [4, 5, 6] == "1, 2, 34, 5, 6"
parseInt(0.000001) == 0 parseInt(0.0000001) == 1
"" + 5 == "5" "" - 5 = -5