L4 Digital interview question

Write a function that determines if a string is a palindrome.

Interview Answer

Anonymous

9 May 2017

Strip spaces, reverse string and compare with original string (with stripped spaces)