Skip to content

Instantly share code, notes, and snippets.

@atomize
Created October 24, 2018 21:59
Show Gist options
  • Save atomize/0fd5feeb8486a5d03b8cdb0d4619b207 to your computer and use it in GitHub Desktop.
Save atomize/0fd5feeb8486a5d03b8cdb0d4619b207 to your computer and use it in GitHub Desktop.
testGist
const unique = arr => [...new Set(arr)];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment