TOVTC / password-generator-scscbc-challenge

Code Challenge 3 for the U of T School of Continuing Studies Coding Boot Camp (JavaScript)
https://tovtc.github.io/password-generator-scscbc-challenge/
0 stars 0 forks source link

passwordGenerator() loops multiple times when invalid password length is entered #3

Closed TOVTC closed 2 years ago

TOVTC commented 2 years ago

Expected Behaviour

Current Behaviour

Potential Solutions

TOVTC commented 2 years ago

Added return; points for invalid password lengths to exit function instead of self-invoking to avoid looping when invalid