Google News
logo
Backbone - Quiz(MCQ)
Rather than adding or removing models individually, you might want to update an entire collection at once. ___ takes an array of models and performs the necessary add, remove, and change operations required to update the collection?
A)
correct
B)
idAttribute
C)
Collection.set()
D)
Collection.add()

Correct Answer :   Collection.set()

Advertisement