githubcrce / githubcrce/PasswordGenerator
Create Password function in App.js
Open
hacktoberfest
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
This issue should create a createPassword function using the below logic:
Input (Character List based on the requirement by user)
Loop through passwordLength
- pick a random character from the characterList
- Append to a password String
Return (Password)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.