11. Simple Logic for Complex Password Generation
Given a set of characters, generate a password with random characters from the set of characters, with the length of the password given by the user [which should be <= length of the set of characters].
const createPassword = (characters: string, pass...
maroofs.hashnode.dev2 min read