Mixed Messages - Random Workout Generator

This is my mixed-messages project. It generates a random 3-part conditioning workout for you based on 3 arrays of pre-selected exercises and 3 defined rep range counts.

https://github.com/anniesinger/message-generator/tree/main

Considering how difficult all of the JavaScript Syntax part 2 projects were for me, this was easier than I expected. I know the most recent module was about the readme file, but I wasn’t sure what information to include - for example, how to instruct someone to use the files. There was a very wide variety of execution in the examples I looked at.

I’m not sure but i think there is no need for the keyword return before the console.log in your functions in exerciseChooser1 , exerciseChooser2 , and exerciseChooser3

It looks like that has the same output too :+1:

1 Like