standings
Version:
Figure out 1st place, 2nd place, etc.
20 lines (13 loc) • 417 B
Markdown
All notable changes to this project will be documented in this file.
- Returns array of rankings in rank order
- No longer puts 'rank' property on each item
- rankBy can also be a function which takes an item and returns value to rank by
- Pass in property name to rank items by
- Initial impl