i am trying to make a code which uses this as a starter code
let arr = []; function setup() { arr = [1, 2, 3, 4, 6]; print(numInRange(arr, 2, 4)); // t