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