Skip to content

Commit d0ec939

Browse files
Update passwordgenerator.js
1 parent a373b9c commit d0ec939

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Pass/passwordgenerator.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,9 @@ copyBtn.onclick = function(){
117117
}
118118

119119
btn.onclick = Generate;
120-
120+
function CreateRandomWords(letters){
121+
if()
122+
}
121123

122124
}catch(err){
123125
alert(err+" is the error");

0 commit comments

Comments
 (0)