A codebase of password generator that allows an employees to generate a random secure password to access sensitive data to privide greater security
-
Create variables
-
Use console.log to check the codes
-
function generatePassword()
-
If statement
-
Prompt to request user's input
-
Confirm to request user's choice by (yes or cancel)
-
For loop
-
Empty array for user's preferred input
-
generateBtn.addEventListener
The following image shows the password generator application's appearance and functionality:
-
Github URL:
https://github.com/Joyce750526/joyce-password-generator -
Github Deployed Page: https://joyce750526.github.io/joyce-password-generator/