Skip to content

Instantly share code, notes, and snippets.

@mytholog
Created June 15, 2016 05:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mytholog/7cd8286e32965cbaab463d11a367fbaa to your computer and use it in GitHub Desktop.
Save mytholog/7cd8286e32965cbaab463d11a367fbaa to your computer and use it in GitHub Desktop.
var counts = {};
array.forEach(function(x) { counts[x] = (counts[x] || 0)+1; });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment