logoalt Hacker News

selcukatoday at 1:37 AM0 repliesview on HN

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"
or

    parseInt(0.000001) == 0
    parseInt(0.0000001) == 1
or

    "" + 5 == "5"
    "" - 5 = -5