Skip to content

Instantly share code, notes, and snippets.

@yeco
Created March 11, 2010 17:13
Show Gist options
  • Select an option

  • Save yeco/329364 to your computer and use it in GitHub Desktop.

Select an option

Save yeco/329364 to your computer and use it in GitHub Desktop.
myarray.filter(function(o,i,a){ return a.indexOf(o) === i; });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment