Tracking Events: A Coding Challenge
Tracking Events is an event company that produces ComicCons. The marketing team has requested a site that display stat from their events. You are given an array of event data to buid a site.
Given an array of objects for event data, display the following:
- Total Attendance by City
- Average Attendance by City
- Most Attended Event by City
- Least Attended Event by City
- Display these stats for all events
- Add the ability to store additional events