Pergunta de entrevista da empresa Microsoft

Create a function that checks if a word is a palindrome

Resposta da entrevista

Sigiloso

13 de out. de 2017

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