Created
March 16, 2019 07:51
-
-
Save cyancey76/948c010adf69f2f21e62f86a141e83ee to your computer and use it in GitHub Desktop.
ES6 remove duplicate array values
This file contains hidden or 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
uniq = [...new Set(array)]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment