Remove single array from a 2D array based on condition

前端 未结 0 1357
孤街浪徒
孤街浪徒 2020-12-05 02:52

I have this array const args = [[ 64, 120 ],[ 65, 100 ],[ 70, 150 ],[ 56, 90 ],[ 75, 190 ],[ 60, 95 ],[ 68, 110 ]]

I have written the below code



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