Homework Assignment - create a password generator using JS.
• When GENERATE PASSWORD button it clicked, prompts ask for certain criteria. - Number of characters - Uppercase option - Lowercase option - Numbers option - Symbols option
• If amount of password characters entered is less than 8, more than 128, or not a number the user receives an alert.
• If no criteria are chosen, the user receives an alert.
• After all criteria are met, a password is generated in the password window.