pull out the IDs in an array of objects with the key id. Can I do that in Ramda? Seems like I'd have to compose my own function for that - R.map and R.prop?
map(prop('id'))?
R.pick
Yep, map and prop
Functions in Ramda are simpler than in Lodash fp, they are not special cased to do different things for different args
Обсуждают сегодня