githubcrce / githubcrce/PasswordGenerator

Handle Generate Password in App.js

オープン
#12 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
hacktoberfest
主要言語
JavaScript
スター
0
フォーク
2
PR マージ指標
30日以内にマージされた PR はありません

説明

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

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。