Interview questions

Check if a string is a palindrome or not using javascript

What is a palindrome? Palindrome is a word or phrase which reads same if reversed.  For example – if we reverse Racecar it will read the same both backward or forwards. A few examples of words that are palindrome are Noon, Racecar, Wow, Refer, etc.

Check if a string is a palindrome or not using javascript Read More »

Scroll to Top