githubcrce / githubcrce/PasswordGenerator

Handle Generate Password in App.js

Open
#12 1 comment 0 reactions 0 assignees View on GitHub
hacktoberfest
Dominant language
JavaScript
Stars
0
Forks
2
PR merge metrics
No merged PRs in 30d

Description

This issue should be resolved by creating handleGeneratePassword that:

if
not includeUpperCase and not includeLowerCase and not includeNumbers and not includeSymbols
then notify error

else
let characterList = ""
if includeNumbers is true
characterList = characterList + numbers
if includeUpperCase is true
characterList = characterList + upperCaseLetters
.
.
.
Set Password createPassword pass characterList
notify

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.