Could someone help me solve this problem with javascript? Palindrome Check: Write a function to check if a string is a palindrome. he’s number 3 on this list - https://chat-to.dev/post?id=141
Could someone help me solve this problem with javascript? Palindrome Check: Write a function to check if a string is a palindrome. he’s number 3 on this list - https://chat-to.dev/post?id=141
A str is a list of characters. Just reverse it and check if it’s the same.