Skip to content

Instantly share code, notes, and snippets.

@asicfr
Created December 12, 2014 12:37
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 asicfr/b4f698b8a253bac5bc6f to your computer and use it in GitHub Desktop.
Save asicfr/b4f698b8a253bac5bc6f to your computer and use it in GitHub Desktop.
var unique = require('uniq');
var data = [1, 2, 2, 3, 4, 5, 5, 5, 6];
console.log(unique(data));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment