Implement `isPalindrome(s)` returning whether `s` reads the same forwards and backwards, ignoring letter case.
Run your code to see results.