<Returning password based on user input> Trainee W...
# community-feeds
r
Returning password based on user input Trainee Web Developer here! I have created a password generator for a homework challenge - user can select password length and whether password contains numbers, special characters, upper or lower cased characters. I can generate a password but although user can select these options, the generated password doesn't always contain what they want or don't want. I think that I may need to specify something else in the if statement but although I've played around with it, I can't see what I'm...