Here, we are going to achieve palindromes in two ways. With inbuilt javascript functions Using for loops Provided test cases palindrome(“racecar”) should return true palindrome(“test”) should return…
Technology Information
Here, we are going to achieve palindromes in two ways. With inbuilt javascript functions Using for loops Provided test cases palindrome(“racecar”) should return true palindrome(“test”) should return…