MCQs > Website Designing & Development > BackBone.js > Which of the following code is get index by Backbone.Collection?

BackBone.js MCQs

Which of the following code is get index by Backbone.Collection? var Items = Backbone.Collection.extend({ model : Item, url : "/items" }); var items = new Items; items.fetch();

 

Answer

Correct Answer: items.get(0);

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