Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.01 KB

README.md

File metadata and controls

19 lines (13 loc) · 1.01 KB

passwordGenerator

Application developed to include only character values selected by the user. (Special characters, numbers, capitilied or lowercase values)

Link to Live Repo

[Password Generator] (https://ianclark-fullstack.github.io/passwordGenerator/)

Languages in Use

Simple vanilla JavaScript with a Fisher-Yates array algorithm to ensure a quality shuffle of characters before returning a randomized value to the user.

-- Starting with string values, using a spread operator and coverting back to a string. return as a slice equal to the users desired length.

In Action

image image image

License

MIT