MVC is an acronym that stands for Model-View-Controller. It is an architectural pattern commonly adopted in the development of applications equipped with user interfaces. MVC is one of most successful patterns created in software engineering. It was invented in the 70s, appeared for the first time in the Smalltalk-80 systems and is still used to this day.
javascript
methodology