let amounts = [1,10,100] let animals = [cat,dog,horse] for (let n = 0; n<3; n++){ console.log("I have " + amounts[n] + " of " + animals[n] + "