This method is like _.get except that if the resolved value is a function it’s invoked with the this binding of its parent object and its result is returned.
The object to query.
The path of the property to resolve.
Optional
The value returned if the resolved value is undefined.
Returns the resolved value.
This method is like _.get except that if the resolved value is a function it’s invoked with the this binding of its parent object and its result is returned.