0

I have been doing tasks in freeCodeCamp and I'm stuck with checking for palindromes. Can anyone help me with this? I have pasted my code here :

function palindrome(str) {
  // Good luck!
  return true;
}

palindrome("eye");

Sanjeev
  • 11
  • 1

0 Answers0