Skip to content

Instantly share code, notes, and snippets.

@matiascarranza
Last active August 29, 2015 14:07
Show Gist options
  • Save matiascarranza/33d3f919419b78bc7ca3 to your computer and use it in GitHub Desktop.
Save matiascarranza/33d3f919419b78bc7ca3 to your computer and use it in GitHub Desktop.
var uniqueArray = duplicatesArray.filter(function(elem, pos) {
return duplicatesArray.indexOf(elem) == pos;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment