Attempts to invoke func, returning either the result or the caught error object. Any additional arguments are provided to func when it’s invoked.
The function to attempt.
Rest
Returns the func result or error object.
Attempts to invoke func, returning either the result or the caught error object. Any additional arguments are provided to func when it’s invoked.