Skip to content

Instantly share code, notes, and snippets.

View devcodeio's full-sized avatar

Ryan R. Lenny devcodeio

View GitHub Profile
@devcodeio
devcodeio / README.md
Last active August 29, 2015 14:20 — forked from bruth/README.md

sortedGroupBy

jsFiddle Example

Convenience function for performing a groupBy on a list then a sortBy on the resulting groups using Underscore methods.

sortedGroupBy(list, groupByIterator, sortByIterator)