Skip to content

jdcarra/password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

password-generator Challenge 3

Password -Generator Challenge 3 For this particular Chanllenge i used the starter code and bulit a Javascript application that would prompt the user for a series of passwords criteria and generate a random password based of those criteria. clicking on the Generate Password buttom will cause the user to be presented with a series of prompts including: Size of password (between 8 and 128 character) Do Thet want lowercase letters Do they want uppercase letters Do they wany numeric characters Do they want special characters

image