Password Generator

14 January 2023

The aim of this task was to generate the JavaScript logic to allow a user to pick out options for password generation. The following were the options avaialble for the user...

  • The password must be between 10 and 64 characters
  • The password must contain at least one or all of the below optionsUppercase lettersLowercase lettersNumeric valuesSpecial Characters

The user will click on the generate password button on the browser and will get a number of prompts asking the relevant options and then password will be generated within the browser.