odin-default-js-exercises/09_palindromes/solution
MarLatte e8fc8ce41e Update palindromes to handle numbers better
The previous solution removed numbers entirely, whereas this one treats
them like letters and checks if they are evenly spaced.

More importantly, the old solution test seemed to check if the numbers
were palindromic, but because the solution replaced them with "", it
wasn't testing what it seemed to.

I added a new test to differentiate between the palindromic "rac3e3car"
and the non-palindromic "r3ace3car".

These changes also obviate the problems raised in Issue #355.
2023-05-20 02:47:17 -04:00
..
palindromes-solution.js Update palindromes to handle numbers better 2023-05-20 02:47:17 -04:00
palindromes-solution.spec.js Update palindromes to handle numbers better 2023-05-20 02:47:17 -04:00