Favorite Animal Mixed Messages Project

Here is the link to my completed project. It was not, gonna lie, a little intimidating at first as I was overthinking the process and how to complete it. But after researching, I was able to get it figured out. Had to make some mistakes but it turned out to be easier than I was building it up in my head.

Please take a look and tell me what you think, all feedback is welcomed!

Thank you! Happy Coding!

I like the way you’ve grouped your arrays on an object, and then iterated over the object in one loop to get the randomised message results. It’s elegant, readable, and easily expandable. I also like how you’ve declared the random number generation as its own function- I need to remember to do that more often, and you’ve reminded me to update my own code to match.