jwilferd10/JavaScript-Password-Generator

Generated password sometimes doesn't include all of the character selections.

Closed this issue · 1 comments

Utilize a new shuffling technique

  • Create an empty array
  • Push user selections to array
  • Randomize type of character

Pushed changes to master branch