forEeach with map give unexpected array for 2D arrays

前端 未结 0 842
感情败类
感情败类 2020-11-30 01:34

I have 2D array like this:

const list = [[1, 2, 3],
             [4, 5, 6],
             [7, 8, 9]]

An

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