Backbone.js "model" query
- by Novice coder
I'm a learning coder trying to understand this code from a sample MVC framework.
The below code is from a "model" file. I've done research on Backbone.js, but I'm still confused as to exactly how this code pull information from the app's database. For example, how are base_url, Model.prototype, and Collection.prototype being used to retrieve…