I am trying to get a better understanding of MVC. I can't find too much content out there that I truly understand and can re-engineer to better understand the inner 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.