odin-javascript-exercises/09_palindromes/solution
MarLatte 41380593f7 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".
2023-05-20 02:37:41 -04:00
..
palindromes-solution.js Update palindromes to handle numbers better 2023-05-20 02:37:41 -04:00
palindromes-solution.spec.js Update palindromes to handle numbers better 2023-05-20 02:37:41 -04:00