Mixed Messages - Another D&D character generator

Hey everyone, hope you’re well.

I started a solo “Mixed Messages,” project which I would love some feedback on. I made a D&D character generator.
It took me 1.5 hours to get it done. This included coding the javascript and refamiliarizing myself with git and VScode.

Here is the Github Repo.

I’d love to get some feedback! Especially from those who made a similar project.

1 Like

Just checked your code. I think it’s really cool man, great job.
I’m just starting in JavaScript, but in the end of the program, I think that instad of “console.log(${createMessage()});” you could write “console.log(createMessage());”. you know, just to simplify :smile: