Google News
logo
Backbone - Quiz(MCQ)
Which of the following code is used when the model or collection is synchronized successfully with the server?
A)
"destroy"(model, collection, options)
B)
"sync"(model_or_collection, resp, options)
C)
"change:[attribute]"(model, value, options)
D)
"request"(model_or_collection, xhr, options)

Correct Answer :   "sync"(model_or_collection, resp, options)

Advertisement