[removed] how can I merge these two arrays of incomplete objects and make an array of complete objects

前端 未结 0 466
渐次进展
渐次进展 2020-12-18 11:53

I have two arrays of objects

const a = [
  { name: \'apple\', type: \'fruit\' },
  { name: \'berry\', type: \'fruit\' }         


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