This is a simple password generator. I did the following points;
- Ask several questions by window alert.
1-1. Number of characters 1-2. Numeric numbers 1-3. Uppercase 1-4. Lowercase 1-5. Special characters
- Used specialChar to make the lists of characters
- Used Math.floor and Math.random to make ramdam passwords
- Passwords will be displayed on the website
[Deployed Site] (https://fumixer.github.io/3-Password-Generator/)