Remove an item from the array in the 1st object and add it to another array of 2nd object ( in the same array)

前端 未结 0 611
生来不讨喜
生来不讨喜 2020-12-12 16:28
 const list = [
{title: \'header\', items: [\'FIRST_NAME\', \'LAST_NAME\', \'CASE_NUMBER\']},
{title: \'ColHeader\', items: [\'BLANK\', \'ANOTHER BLANK\']}
];

list[         


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