Skip to content

Instantly share code, notes, and snippets.

@roberto
Created January 25, 2018 02:12
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 roberto/b4ddad32196dd4531a156ae7448eeaa6 to your computer and use it in GitHub Desktop.
Save roberto/b4ddad32196dd4531a156ae7448eeaa6 to your computer and use it in GitHub Desktop.
R.pipe(
R.prop("users"),
R.sortBy(R.prop("age")),
R.take(3),
R.pluck("name")
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment