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