Skip to content

Instantly share code, notes, and snippets.

@suissa
Created August 26, 2018 06:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save suissa/01098963a1e8468f332eafc90cba766a to your computer and use it in GitHub Desktop.
Save suissa/01098963a1e8468f332eafc90cba766a to your computer and use it in GitHub Desktop.
JavaScript - groupby - filter 03
const plenos = list.filter(toGroup("level", "pleno"))
console.log({plenos})
/**
{ plenos:
[ { id: 4,
name: 'John',
level: 'pleno',
active: false,
tags: [Array] } ] }
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment