The purpose of this project is to create a Random Password Generator. The user is prompted to select a password character length between 8 and 128. They may also select at least one of the following criteria: uppercase letters, lowercase letters, numerical values, and/or special characters. This code is written using Math.random, Math.floor, and concatenation of user input variables. The deployed URL is: https://awil414.github.io/Random-Password-Generator/