Palindrome Check

Strings ยท easy

Implement `isPalindrome(s)` returning whether `s` reads the same forwards and backwards, ignoring letter case.

Learning resources

Loading...

Run your code to see results.