Create isValidNickname function with below requirements: - mix 3 chars - max 20 chars - spaces are allowed - max 2 the same letters next to each other (including spaces) - any special chars are banned
Create isValidNickname function with below requirements: