Skip to content

Instantly share code, notes, and snippets.

@KristofferRisa
Created July 6, 2019 12:04
Show Gist options
  • Save KristofferRisa/b15a8dd931cf0f80836d42a942fdc166 to your computer and use it in GitHub Desktop.
Save KristofferRisa/b15a8dd931cf0f80836d42a942fdc166 to your computer and use it in GitHub Desktop.
JavaScripts ES6 tips and tricks
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