allKeys_.allKeys(object) Retrieve all the names of object's own and inherited properties.
chain_.chain(obj) Returns a wrapped object. Calling methods on this object will continue to return wrapped objects until value
values_.values(object) Return all of the values of the object's own properties.
intersection_.intersection(*arrays) Computes the list of values that are the intersection of all the arrays. Each value in
functions_.functions(object) Alias: methods Returns a sorted list of the names of every method
isArguments_.isArguments(object) Returns true if object is an Arguments object.
identity_.identity(value) Returns the same value that is used as the argument. In math: f(x) = x This function looks
every_.every(list, [predicate], [context]) Alias: all Returns true if all of the values
pick_.pick(object, *keys) Return a copy of the object, filtered to only have values for the whitelisted keys (or array
random_.random(min, max) Returns a random integer between min and max, inclusive. If you only pass one argument, it
Page 3 of 12