#How to fix this in Password Generator Project

2 messages · Page 1 of 1 (latest)

harsh sonnet
little token
#

You get all your password characters but don't put them in any variable. You need to add one character to some variable for password at each step of your loop. Outside the loop let password = ''; inside the for loop password += randomNumber;