// creating an array of strings let animals = ["Zebra", "Koala", "Lion", "Elephan", "Eagle"] // displaying the items stored in array animals console.log(animals) console.log("\narray contains "+ animals.length +" items")