I always liked how jquery's inArray() function was named as if to trick the developer into thinking it returns a bool but in fact it returns an integer much like indexOf() does.
I always liked how jquery's inArray() function was named as if to trick the developer into thinking it returns a bool but in fact it returns an integer much like indexOf() does.