Posts by Davi Quirino • 11 points
1 post
-
1
votes5
answers4944
viewsA: Function to check palindrome
improving the code of a given answer. It did not take the case that the word started being equal, it already returned true, but it was not necessarily a palindrome! const checkPalindrome = (str)…