Created
December 12, 2014 12:37
-
-
Save asicfr/b4f698b8a253bac5bc6f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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