getcollection.get(id) Get a model from a collection, specified by an
constructor / initializenew Backbone.Collection([models], [options]) When creating a Collection, you may choose to pass in the initial
lengthcollection.length Like an array, a Collection maintains a length property, counting the number of models it contains
findLastIndex
forEach (each)
initial
first (head, take)
shuffle
isEmpty
addcollection.add(models, [options]) Add a model (or an array of models) to the collection, firing an "add" event for
Page 2 of 7