Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. U.filter(
  2. U.propSatisfies( // Returns true whether U.match finds any matches?
  3. U.match(filterBy, U.__),
  4. 'city', // This value goes to the gap above
  5. U.__ // This is going to be filled with second argument of U.filter?
  6. ),
  7. places // U.filter list to be filtered
  8. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement