MCQs > Website Designing & Development > BackBone.js > You can limit number of models in Collection using the following code?

BackBone.js MCQs

You can limit number of models in Collection using the following code?

Answer

Correct Answer: var myCollection = Backbone.Collection.extend({ parse: function(response) { return response.slice(0,20); } });

Explanation:

Note: This Question is unanswered, help us to find answer for this one

BackBone.js Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

BackBone.js Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it