Skip to content

Instantly share code, notes, and snippets.

@isacjunior
Created August 18, 2017 19:39
Show Gist options
  • Save isacjunior/df8adae1f7af21a210973ca64e180cfb to your computer and use it in GitHub Desktop.
Save isacjunior/df8adae1f7af21a210973ca64e180cfb to your computer and use it in GitHub Desktop.
const filterAgeEx1 = users.filter(function(user) {
return user.age > 50
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment