Bagaimana cara mendapatkan setiap indeks array dalam javascript

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