Preview:
const animals = ["Elefant", "Krokodil", "Maus", "Schildkröte"];
animals[0]; // ist "Elefant
animals[3]; // ist "Schildkröte"
animals[2] = "Vogel"; // "Maus" wird ersetzt durch "Vogel"
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter