Skip to content

Instantly share code, notes, and snippets.

@isacjunior
Last active August 20, 2017 00:52
Show Gist options
  • Save isacjunior/d95bf2981007666c6ba6f2229114669b to your computer and use it in GitHub Desktop.
Save isacjunior/d95bf2981007666c6ba6f2229114669b to your computer and use it in GitHub Desktop.
const filterAgeEx2 = users.filter(user => user.age > 50)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment