Password Generator Please build a password generator that contains at least one of the following types of characters. lowercase character(s) uppercase character(s) numeric character(s) special character(s) The password lenght needs to be between 8 and 128 character. Made w/ HTML, CSS, and JavaScript