Casey Flynn

Results 4 comments of Casey Flynn

I agree, just start fresh with a changelog for future changes

+1 for limit parameter

How would you syntactically handle removing a function from any array of functions. ``` function a () {} function b () {} function c () {} remove([a, b, c], b);...