Advice: Struggling with Model-View-Controller in JavaScript
I am trying to get a better understand of MVC. I can't find too much
content out there that I truly understand and can re engineer to better
understand the inter workings.
I understand that the model is the data (JavaScript with objects or
something), the View is the HTML and the controller is the browser.
Is this a correct understanding? Can anyone point me to a very simple,
down and dirty example of the MVC?
Thanks in advance for any helpful input.
No comments:
Post a Comment