What is model.attributes ?
Answer / Anupam Kumar Gautam
In Backbone.js, model.attributes refers to a JavaScript object that holds all of the key-value pairs for the attributes of a specific model instance.
| Is This Answer Correct ? | 0 Yes | 0 No |
How the actions performed on model is translated to restful operations? Give an example?
Explain when you can use unbinding function in backbone.js ?
Describe backbone events?
Explain architecture of backbone?
What is the function of escape ?
What are the Advantages of using backbone.js?
Explain what is converter in backbone.js?
How to use to backbone.ajax function?
What is backbone.js router is used for ?
What is the difference between the properties “id” and “cid” on a model object in backbone js?
What are the keypoints of backbone ?
How can you set attributes of a model?