MCQs > Website Designing & Development > BackBone.js > How can a model be removed from a collection and server? var myCollection = new MyCollection(); ... var myModel = myCollection.get(2); ...

BackBone.js MCQs

According to the code below, how can a model be removed from a collection and server? var myCollection = new MyCollection(); ... var myModel = myCollection.get(2); ...

Answer

Correct Answer: myCollection.destroy(myModel)

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