My Mixed Messages: Affirmation Generator

Please provide any feedback you have - I chose to make an Affirmation Message Generator.

This is the first iteration, very quick and easy but I’m thinking next to have the user enter an ‘Intensity’ parameter to change the message output/ level of positivity in the message.

https://github.com/LewisPM/Mixed-Messages

Thank you kindly!

~PBody

Great job.

I liked what you did with the function let randoNum = wordType => { return Math.floor(Math.random() * wordType.length); }.

It is a well-thought function that made the index selection very easy.

Next time in my own code I will see I can inspire by your work.

Could you review my code and let me know if you have any suggestions?

1 Like

Looks great!
Its simple, but it provides value.

1 Like