Return true if a given string is a single ASCII letter (a-z or A-Z), false for numbers, symbols, or longer strings.
Click Run to test your code