Skip to content

Instantly share code, notes, and snippets.

@andreyshedko
Created August 19, 2018 14:00
Show Gist options
  • Save andreyshedko/ec4bdf9fae59e46b1c2f7aa3865a41f5 to your computer and use it in GitHub Desktop.
Save andreyshedko/ec4bdf9fae59e46b1c2f7aa3865a41f5 to your computer and use it in GitHub Desktop.
const array = [1, 2, 3, 5, 1, 5, 9, 1, 2, 8];
Array.from(new Set(array));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment