/Random-Password-Generator

This project was really good to practice some DRY concept because i really did not want to create all those arrays of different characters for password, so I did a little research and found that ASCII char Codes can be used to generate those characters, which made it a lot easier for me to generate them using a function.

Primary LanguageJavaScript

Watchers