Created
August 18, 2017 19:39
-
-
Save isacjunior/df8adae1f7af21a210973ca64e180cfb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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