Function isLetter

  • Checks if the provided character is a letter in the alphabet.

    Parameters

    • char: string

    Returns boolean

    isLetter('a');