githubcrce / githubcrce/PasswordGenerator

Handle Generate Password in App.js

Đang mở
#12 1 bình luận 0 reaction 0 người được giao Xem trên GitHub
hacktoberfest
Ngôn ngữ chính
JavaScript
Star
0
Fork
2
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

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

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.