Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

0 is true too. I think that's actually brilliant.

    [1,2,3].index(1)
    # => 0
    [1,2,3].index(4)
    # => nil


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: