How can i check, that object array includes other one-dim array elements index by index?

前端 未结 0 899
孤街浪徒
孤街浪徒 2020-11-27 20:09

Hi guys i have an object array something like that:

const objArray = [{0: \'test1\', 1: \'test2\'}, {3: \'test3\', 4: \'test4\'}, {2: \'test2\', 4: \'test4\'}         


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