Structures Projects

//i don’t get on my own these 5 exercises which close the JavaScrip Algorithm and Data Structures Projects. Any suggestion by someone who did them?
Thanks a lot.
\

function palindrome(str) {
return true;
}

palindrome(“eye”);





      **Your browser information:**

User Agent is: <code>Mozilla/5.0 (Linux; Android 6.0.1; P01T_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.181 Safari/537.36 (Ecosia android@88.0.4324.181)</code>

**Challenge:**  Palindrome Checker

**Link to the challenge:**
https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/javascript-algorithms-and-data-structures-projects/palindrome-checker

Your question is not very clear, so let’s start with the first project, the Palindrome Checker. What exactly do you not understand about this challenge?

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