function seven () { arr = []; arr.length = 7; for (let i=0; i'<'arr.length; i++) { arr[i] = Math.floor(Math.random() * 7) + 1; } return arr }