03-Homework-PasswordGen

Homework #3 - Password Generator

Objective

Complete a password generator using user input criteria for password length (between 8 and 128 characters), lowercase, uppercase, numeric, and special characters. Taking these criteria, using JavaScript only, create a randomly generated password.

Given starter js file and completed html and css files.

Link to HW 3

Screenshot below:

Password Generator screenshot