5 lines
175 B
Text
5 lines
175 B
Text
/* created by Aykayayciti Earl Lamont Montgomery
|
|
April 9th, 2018 */
|
|
|
|
b = "mom"
|
|
> strUpper(b).replace(" ", "") == strUpper(b[-1:0]) ? "Is a palindrome" : "Is not a palindrome"
|