Google News
logo
Backbone - Quiz(MCQ)
How can a set of models be retrieved from the server and into the collection when they arrive?
A)
collection.get()
B)
collection.fetch()
C)
collection.getJSON(url)
D)
collection.retrive()

Correct Answer :   collection.retrive()

Advertisement