Application developed to include only character values selected by the user. (Special characters, numbers, capitilied or lowercase values)
[Password Generator] (https://ianclark-fullstack.github.io/passwordGenerator/)
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.