Getting Started with JavaScript MVC

79 Views Asked by At

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 :

  1. Where are the code for create, retrieve, update, delete written ?

  2. How did the model build automatically, it has title and description as attributes. But i do not remember specifying them ?

  3. Are there any other resources which can be better than the link I shared ? A video tutorial helps me the most.

  4. Am I missing something major ? Something I need to know before I start ?

0

There are 0 best solutions below