I created some objects which I wanted to push into an array. Instead of pushing them all manually, I wondered if it might be less code re-use if I pushed via a FOR loop. How