Javascript includes() in list of list not working

前端 未结 0 1893
北恋
北恋 2021-01-18 04:42
var coords = [
    [0,0],[5,0],[0,5],[5,5],[8,5],[8,0],[40,5],[5,54],[6,7],[40,0],[8,54]
]
console.log(coords.includes([0,0]))

The result here is fa

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