_.values(object)
Creates an array of the own enumerable string keyed property values of object.
Note: Non-object values are coerced to objects.
Arguments
object (Object)
: The object to query.
Returns
(Array)
: Returns the array of property values.