Using underscore to return a list that has been filtered from nest objects and arrays

前端 未结 0 484
死守一世寂寞
死守一世寂寞 2021-01-28 19:52
const newData = _.pluck(_.flatten(_.values(file)), \'Message\')

This is the correct way to return an array with all the messages values from this giant

相关标签:
回答
  • 消灭零回复
提交回复
热议问题