githubcrce / githubcrce/PasswordGenerator

Create Password function in App.js

Open
#6 2 comments 0 reactions 1 assignee Claimed by @Irfan7014 View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.