Write a function that takes three parameters n1, n2 and n3 where the number n1 is the starting number of the array, n2 is the number of array elements, n3 is the number of arrays. The function returns a two-dimensional array, in which the first array starts with n1 and contains n2 elements, and each subsequent array starts with n1 + 1.
Help please write on pure js