Var add5 = _.partial(sum, 5); add5(6)=11 Write partial.
Anonymous
This could have been answered as a simple case of using .bind . Instead, I believe I used the convoluted Array.prototype.slice on the arguments array-like-object and a closure.
Check out your Company Bowl for anonymous work chats.