JavaScript Algorithms and Data Structures Projects - Palindrome Checker

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

function palindrome(str) {
  return true;
}

palindrome("eye");

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36

Challenge: JavaScript Algorithms and Data Structures Projects - Palindrome Checker

Link to the challenge:

Hi there! Welcome to the community.

Looks like you haven’t written any code yet and have not included any information on what issues you are running into.

Please make sure to attempt to solve the problem before posting for help.

When posting for help on a problem, please include a description of the issues you are having so others can help you troubleshoot. Also be sure to include the code you have attempted.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.