Как получить каждый индекс массива в JavaScript

for(const element of array)
  console.log(element)
Kind Kestrel