Skip to content

Instantly share code, notes, and snippets.

@weihanchen
Created January 10, 2018 01:01
Show Gist options
  • Save weihanchen/ca55e9a5c6231dd071c58f61c76979f0 to your computer and use it in GitHub Desktop.
Save weihanchen/ca55e9a5c6231dd071c58f61c76979f0 to your computer and use it in GitHub Desktop.
javascript
const arr = [...new Set([1, 2, 3, 3])];
[1, 2, 3]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment