Created
January 10, 2018 01:01
-
-
Save weihanchen/ca55e9a5c6231dd071c58f61c76979f0 to your computer and use it in GitHub Desktop.
javascript
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
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