Created
July 6, 2019 12:04
-
-
Save KristofferRisa/b15a8dd931cf0f80836d42a942fdc166 to your computer and use it in GitHub Desktop.
JavaScripts ES6 tips and tricks
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 = [...new Set(array.map(item => item.age))]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment