Remove duplicates in array of arrays based on the lenght of string on 1st position. JS

后端 未结 0 908
有刺的猬
有刺的猬 2021-01-27 21:21

I have an array of arrays like this:

[
  [0 ,  abc  ],
  [7 ,  def  ],
  [10,  ghi  ],
  [0 , abcjkl]
]

What I want is to find duplicates based o

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