Microsoft interview question

Create a function that checks if a word is a palindrome

Interview Answer

Anonymous

13 Oct 2017

I would reverse the word and check if it is still the same.