A simple JavaScript application showcasing the MVC architechture pattern within
the context of JavaScript.
After adding a Person and a Classroom, you can select one by Clicking on the created
Classroom or Person.
Afterwards, you can hit the "Add selected Person to Selected Class" button at the bottom
to add the Person to the Classroom.