how to select all elements in array code example Example: how to get every index of array in javascript for(const element of array) console.log(element)