- Generate a random password string with minimum 8 characters and maximum 50 characters.
- Include UpperCase using check box.
- Include Numbers using check box.
- Include Symbols using check box.
- String.fromCharCode(65) ---------> A
You can try the online demo of this project here.