const alphabet = "abcdefghijklmnopqrstuvwxyz" const randomCharacter = alphabet[Math.floor(Math.random() * alphabet.length)]