Skip to content

Instantly share code, notes, and snippets.

@suissa
Created August 26, 2018 06:39
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/c15e6c6f999462c8e9e239459efcfd5c to your computer and use it in GitHub Desktop.
Save suissa/c15e6c6f999462c8e9e239459efcfd5c to your computer and use it in GitHub Desktop.
JavaScript - groupby - filter 04
{ senior:
[ { id: 1,
name: 'Suissa',
active: true,
level: 'senior',
tags: [Array] },
{ id: 2,
name: 'Bella',
active: true,
level: 'senior',
tags: [Array] },
{ id: 3,
name: 'Joana',
level: 'senior',
active: true,
tags: [Array] }
],
pleno:
[ { 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