Using the knowledge I've attained so far, I successfully created a password generator using JavaScript. Web Dev Simplified’s tutorial was a huge help, if not the main reason why I was successful. I also edited the CSS a bit to my liking; the grey background was easier on my eyes when coding at 4am.
Direct link
Simple password generator using JavaScript allowing for the option to include numbers, caps, and/or symbols. Minumum password length must be 8 characters and up to 36 max characters.
Followed Web Dev Simplified's tutorial - https://www.youtube.com/watch?v=iKo9pDKKHnc