Let\'s say that I want to create an Array with random size:
const generateNumber = (min, max) => Math.floor(Math.random() * (max - min + 1)) + Math.floor(m