Skip to content

GSiggins/password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

password-generator

Workflow

-Defined arrays containing each set of character types (Upper/Lowercase/Number/Special).

-Wrote initial prompt to ask how long of a password the user wants.

-Wrote exceptions for things that were not numbers or outside of the range by using parseInt to convert input to numbers.

-Used confirms and IF logic to append arrays of chosen character types into one array of possible characters.

-Used a FOR loop to choose random values from the possible characters and put them into an array called RESULT.

-Inserted RESULT into password textbox for user to copy/paste

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published