#these abstract away storing the length of an array at indx 0 #example use: for (i;i= indx; i--) { array[i+1] = array[i] } array[indx] = value }