This is a solution to the Password Generator solo project, as part of the Scrimba Frontend Developer Career Path.
- Use an array to hold all possible password characters
- Button to generate 4 random pw options
- Display pw options
- Stretch: Ability to set pw length
- Stretch: 1-click copy pw to user's clipboard
- Semantic HTML5 markup
- Flexbox
- Vanilla JavaScript