Source Priority Failing checks
);
*
* if (_.isError(elements)) {
* elements = [];
* }
*/
var attempt = baseRest(function(func, args) {
try {
return apply(func, undefined, args);
} catch (e) {
return isError(e) ? e : new Error(e);
}
});

/**
* Binds methods of an object to the object itself, overwriting the existing
* method.
*
* **Note:** This method doesn
Medium
Inherit
Medium
No
Medium
Yes
Medium
fred
Medium