4. You added the ability to include/exclude numbers and special characters.
5. Your code is generally well organized.
## Suggestions for Improvement
1. Remove console.logs.
2. Remove extra whitespace and add whitespace as needed in CSS code.
3. Improve password text contrast to be at least 4.5:1.
4. Remove unneeded comments. Let your code be self-documenting.
## Conclusion
I think you did well meeting and exceeding the expectations. I wish you all the best in your
journey and I hope you found my suggestions useful. Keep on coding.
# Module: No. 3 - Making Websites Interactive
# Project: Password Generator by Kamil
# Code Reviewer: Shant Dashjian
## What You Did Well
1. Well done! You meet all the core objectives of the project.
1. Follow the Figma design.
2. Generate 2 random passwords.
3. Make each 15 characters long.
2. You added your personal touch to the design.
3. You added the ability to change password length.