Function isLetter

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

isLetter('a');
  • Parameters

    • char: string

    Returns boolean