removecollection.remove(models, [options]) Remove a model (or an array of models) from the collection, and return them. Each model
first (head, take)
resetcollection.reset([models], [options]) Adding and removing models one at a time is all well and good, but sometimes you have
forEach (each)
min
extendBackbone.Collection.extend(properties, [classProperties]) To create a Collection class of your own, extend Backbone
difference
indexBy
contains (includes)
modelscollection.models Raw access to the JavaScript array of models inside of the collection. Usually you'll want to use get
Page 3 of 7