Skip to content

Instantly share code, notes, and snippets.

@vinceyang15
Forked from stoimen/uniq.js
Last active August 29, 2015 14:21
Show Gist options
  • Save vinceyang15/83d472b9e2539b00dd3a to your computer and use it in GitHub Desktop.
Save vinceyang15/83d472b9e2539b00dd3a to your computer and use it in GitHub Desktop.
array.filter(function(elem, index, self) {
return self.indexOf(elem) === index;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment