SuperDog Events: A Coding Challenge
SuperDog Events is an event company that produces ComicCons. The marketing team has requested a site that displays stats from their events. You are given an array of event data to build a site.
Given an array of objects for event data, display the following
- Total Attendace By City
- Average Attendace 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