It is possible to operate elements of an array in JavaScript without the need to use a repeat structure as for or while. For example, suppose I have an array with 10 elements and I want to get each element and divide them by 2 without using the for or while statements?