Given an array, count the occurrences of each value within in the array and output an object who's keys hold the values of the number of occurrences. If you Object.keys the resulting object the keys should be in alphabetical order.
sortCount(ary)
- Cole - 54 chrs
- Marcus - 58 chrs
Cole