Javascript Function that returns true if a letter?

You could just use a case-insensitive regular expression: If you are supposed to be following the instructions in the comments about greater than and less than comparisons, and you want to check that the input is a string of length 1, then: Expand snippet You’ll notice I didn’t use an if statement. That’s because the … Read more