Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 658 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 658 Bytes

Screen Shot 2023-02-27 at 8 08 57 PM

##Password Generator

###For this challenge I created a password generator by initializing prompts, alerts, and confirmations for interactive user feedback. To generate the password criteria I created variables to represent characters (upper case, lower case, special symbols, and numeric values), and then had to create a for loop to examine the strings elements individually. I created a conditional statement to set a character range which represents the passwords character length.