Javascript Palindrome Logic July 24, 2024 Post a Comment I have checked this thread: Palindrome check in Javascript But I'm more so looking to fix my own algorithm. I am just programming online right now so I do not have access to a goodSolution 1: k = str.length-1;Copyshould bek = strSqueezed.length-1;CopyThats it.https://jsfiddle.net/aejmjsqk/ Share Post a Comment for "Javascript Palindrome Logic"
Post a Comment for "Javascript Palindrome Logic"