nodash
nodash copied to clipboard
each() should pass only one argument when iterating arrays
$.each(func, array)
will invoke func(value, index) which it should only do for objects but not for arrays as it is annoying with arity.