I wish to learn how javascript mvc works. I know the basics of javascript and jQuery.
So i have started reading this. I am having a tough time in understanding the How it Works part. To be more specific I lost it from the "This loads CanJS's core, which includes can.Model, and uses it to create a constructor function that lets us create, retrieve, update, and delete models programmatically like:"
The question which came in my mind are :
Where are the code for create, retrieve, update, delete written ?
How did the model build automatically, it has title and description as attributes. But i do not remember specifying them ?
Are there any other resources which can be better than the link I shared ? A video tutorial helps me the most.
Am I missing something major ? Something I need to know before I start ?