Sponsored
Use these hints if you're stuck. Try solving on your own first.
Iterate through the elements in order. As soon as the current element is a palindrome, return it.
To check if an element is a palindrome, can you reverse the string?
Solve with full IDE support and test cases