Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 521 Bytes

File metadata and controls

12 lines (6 loc) · 521 Bytes

Homework 03 JavaScript: Password Generator

This is a random password generator that can create a password at the desired character length, with options to include lowercase letters, uppercase letters, numbers, and symbols.

Use the confirms to select what characters, letters, and numbers to include in your password, and then select "Generate Password" to create your password.

Alt text

Link to live site: https://heatherhern.github.io/Random-Password-Generator/