Lines 4-10:
I input an array for the available numeric characters for the generator to choose from.
lines 19-59:
I added a function for password options. Within this function I applied if statements and alerts and arrays with strings for the user to choose whether they would want numbers,letters(uppercase or lower),special characters, and added a prompt to alert the user as well if they chose a number of characters under 8 or over 128. This was followed by a var with password options confriming after they did or did not choose a type of character to be featured in the generated password.
lins 65-107
I created a couple functions to help generate the password from the based on the users choices through the prompts, this allowed for the functions and using var arrays to generate a random password from the users prompts.