Whisky Generator & Semicolon usage

Hi everyone!

This is my first attempt for the message generator project. It’s quite straight forward and I think I spent about an hour on this project. This is also my first time at writing the README file in Markdown format, be sure to check it out :joy:, I have to use the cheatsheet a bit :grinning_face_with_smiling_eyes: Overall it’s a very fun project. I look forward to the next one!

  • Having go through some others’ codes I have to say the only thing confused me is when to use the semicolon. It seems most other coders have omitted them :thinking:

Anyway, feel free to leave comments about my code or style. Any suggestion are most welcomed!

Happy coding!!!

Hey @design9786301141 ,

What a great project.
Thought this was an awesome idea.

The correct syntax is to include the semicolons.
You can use this link (https://beautifytools.com/javascript-validator.php) to check your syntax in JS and it will give you comments on where semicolons should be added.

Cheers
pythonidae_wrangler

1 Like

Hi @pythonidae_wrangler !

Thanks for the kind comment :slight_smile:
This is going to be a very useful tool, thanks for the tips!