function numless(maxarray){ //maxarray is a series of positive numbers let c = []; let c2 = [maxarray.length]; // two dimension array for (let i=0;i