Intern — Senior
Determining if a string is a palindrome
livecode
Task condition
Implement a function that takes a string and returns true if the string reads the same from left to right and right to left, and false otherwise.
livecode
Task condition
Implement a function that takes a string and returns true if the string reads the same from left to right and right to left, and false otherwise.