11 way to check for palindromes in JavaScript
11 ways to check for palindromes in JavaScript
The challenge
Write a function that — given a string — returns true if the string is a palindrome or false otherwise.
This is a question that often shows up in job interviews and code challenges, JavaScr...
blog.simonhoiberg.com12 min read
Mohit Sehgal
Developer, Architect, Business Consultant - Full Stack Web
I loved the cover graphic :D
and the performance stats on different test-case provides a great insight on each of the method.
Great job Simon!