Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Sort Count - CLEAN

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.

Call

sortCount(ary)

Players

  • Cole - 54 chrs
  • Marcus - 58 chrs

Victor

Cole

Current Size: 54 chrs