Returns an array of composite numbers between the lower and upper bounds.
Lower bound
Upper bound
// Returns the array [4, 6, 8, 9, ... , 996, 998, 999, 1000]const arr = Chalkboard.numb.compositeArr(0, 1000); Copy
// Returns the array [4, 6, 8, 9, ... , 996, 998, 999, 1000]const arr = Chalkboard.numb.compositeArr(0, 1000);
Returns an array of composite numbers between the lower and upper bounds.