An assortment of Underscore mixins
_.containsAny( container, containees )
Returns true if any element of containees
can be found within container
.
_.containsAll( container, containees )
Tests whether container
holds every element of containees
_.isSet( someVar );
Tests whether it's safe to access a variable's properties.