Implement a function in JavaScript that checks whether a given string is a palindrome (reads the same backward and forward). The function should ignore case sensitivity and non-alphanumeric characters ...