Easy Message Generator

Hey Guys,

Super stoked to have finished this project. I tried a few different ways to build the message generator a couple didn’t work like I hoped, made some changes and got it done. This was the easiest way I found to build the random message generator.

Check it out, I would love the feedback.
Thanks!

Hi,

Nice job.

I’d consider using template literals (because they rock).

More importantly, formatting is a huge part of how people digest your code and it means a lot to have a logical, close to standard way of indenting. (I’m not opening the can of worms that is tabs v spaces, but choose a way).

No formatting can keep great code from being read by people. Good formatting can help you get help and feedback to elevate your code to the next level.

Here’s one formatting guide to get you started if you’re interested: Google JavaScript Style Guide

Just completing my Message Generatorr Project.
click the link to see my code: codecademy/Javascript/random-message-generator_yo-mama-jokes at main · shady-gray/codecademy · GitHub