Hoping you can help me again with a query I have. I'm trying to create a script which asks the user to either input a lowercase letter, a uppercase letter or a number, then depending on what they enter they will get back a response such as the following as an example “g is a lowercase letter.”
I have just started learning about else if statements so would appreciate some help with this one as the toUpperCase(), toLowerCase() and Number.isInteger() has thrown me off abit.
Thanks for any help you can give :)