Skip to content

getRandomSizeArray()

Creates an array filled with null values using a random length.

Example:

ts
const items = getRandomSizeArray(2, 5);

Released under the MIT License.