Skip to content

Instantly share code, notes, and snippets.

@cacheflow
Created May 23, 2016 19:58
Show Gist options
  • Save cacheflow/a698ce517ff8d95b36f7a3b84ee22afa to your computer and use it in GitHub Desktop.
Save cacheflow/a698ce517ff8d95b36f7a3b84ee22afa to your computer and use it in GitHub Desktop.
for(let {category: c} of videos) {
categories.push(c)
}
let uniqueCategories = [...new Set(categories)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment