Skip to content

Instantly share code, notes, and snippets.

Created February 10, 2015 14:16
Show Gist options
  • Save anonymous/c8c90776defcba33e65c to your computer and use it in GitHub Desktop.
Save anonymous/c8c90776defcba33e65c to your computer and use it in GitHub Desktop.
Sort
["NewsArticle", "NewsArticle", "NewsArticle", "NewsArticle", "Event", "Event", "Tweet", "Tweet", "Event"]
Jumbled Array
to
["NewsArticle", "Event", "Tweet", "NewsArticle", "Event", "Tweet", "NewsArticle", "Event", "Tweet"]
NewsArticle then Event then Tweet ?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment