Skip to content

Instantly share code, notes, and snippets.

@dan-laskowski
Created November 7, 2020 11:38
Show Gist options
  • Save dan-laskowski/a9a54e10a73f4aa47815c8054a04d73a to your computer and use it in GitHub Desktop.
Save dan-laskowski/a9a54e10a73f4aa47815c8054a04d73a to your computer and use it in GitHub Desktop.
[Array with unique categories] #js #javascript
const allCategories = ['all', ...new Set(items.map((item) => item.category))];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment