MVC
MODEL VIEW CONTROLLER
MVC lets you organize and split your code into three JavaScript files.- model - handles your data (optional) from DataBase or localStorage
- view - shows your Display Objects based on model
- controller - handles events and updates view and model