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");
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");