Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 550 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 550 Bytes

03 JavaScript: Password Generator

Description

This is a password generator. It prompts the user for a length of 8 to 128 characters, and for four criteria for characters the password may include: Uppercase letters, lowercase letters, special characters and numerals. The page then displays a password of the appropriate length that meets the selected criteria.

Link to page

Live Link

Screenshots

Screenshot 1 Screenshot 2