Exercise
Palindrome Checker
Write a function to check if a string is a palindrome.
spec
coding
reflection
done
Write your spec — describe what the function should do, its inputs, outputs, and edge cases.
Ask AI