Create 2D Array without looping - JavaScript

后端 未结 0 1612
后悔当初
后悔当初 2021-01-12 17:48

Is it possible to create 2D Array in JavaScript without any loops? Something like creating 1D Array this way:

const randomNum = (min, max) => {
    return          


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