I am having issues with the palindrome checker because i can't get hint

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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36

Challenge: JavaScript Algorithms and Data Structures Projects - Palindrome Checker

Link to the challenge:

What issues do you have with this cert. project?

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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36

Challenge: JavaScript Algorithms and Data Structures Projects - Palindrome Checker

Link to the challenge:

Hello there.

Do you have a question?

If so, please edit your post to include it in the Tell us what’s happening section.

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more information you give us, the more likely we are to be able to help.

I am having issues with this palindrome checker because no hint for me to use or get.

Well, that’s certification project, it’s not like challenge step.

Here you need to apply what you’ve learned so far to solve the problem.

So there is no hint.

But if you have specific question about the task and/or will run into issues when solving this, feel free to ask questions.

1 Like

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