Document

PHOTO EMBED

Tue Oct 24 2023 11:22:16 GMT+0000 (Coordinated Universal Time)

Saved by @jamu_88_77

const animals = ["Elefant", "Krokodil", "Maus", "Schildkröte"];
animals[0]; // ist "Elefant
animals[3]; // ist "Schildkröte"
animals[2] = "Vogel"; // "Maus" wird ersetzt durch "Vogel"
content_copyCOPY

https://yandeu.github.io/js-book/book/chapters/objects-and-arrays.html