Skip to content

Instantly share code, notes, and snippets.

@boton
Created December 5, 2017 12:55
Show Gist options
  • Select an option

  • Save boton/2d4c99a68273f93609cceaf9e323dfb0 to your computer and use it in GitHub Desktop.

Select an option

Save boton/2d4c99a68273f93609cceaf9e323dfb0 to your computer and use it in GitHub Desktop.
const uniq = arrArg => arrArg.filter((elem, index, arr) => arr.indexOf(elem) === index);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment