Attempts to invoke func, returning either the result or the caught error object. Any additional arguments are provided to func when it's invoked.
- Lodash chained on (*): the func result or error object.
See Implementation
Attempts to invoke func, returning either the result or the caught error object. Any additional arguments are provided to func when it's invoked.