This password generator is used to give a random password containing criteria given by the user. If a random password is needed for any reason this password generator will be useful in creating a password for the user.
No installation is required. Only a link to the website is needed.
To use the app press the "Generate Password" button. You will then be given multiple prompts about what you want included in your password. Once all the prompts are filled, the generator will provide a new password meeting your criteria, in the generated password box.
For Loop Reference https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Loops_and_iteration
Math Random Reference https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/random
Tutoring Session Notes are included in the JS File