Comment obtenir chaque index du tableau en javascript
for(const element of array)
console.log(element)
Kind Kestrel
for(const element of array)
console.log(element)