Google News
logo
Backbone - Quiz(MCQ)
How can you retrieve a set of model from the server and set them to the collection when they arrive?
A)
collection.get()
B)
collection.add()
C)
collection.fetch()
D)
collection.remove()

Correct Answer :   collection.fetch()

Advertisement