Microsoft Interview Question

Create a function that checks if a word is a palindrome

Interview Answer

Anonymous

Oct 13, 2017

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