Commit Graph

3 Commits

Author SHA1 Message Date
Pedro Ribeiro 4ab845b9c6
Update palindromes.js
Since we use toLowerCase() before using replace there is no need to use A-Z in our regex cause it will be impossible to have uppercase characters in the string.
2021-04-27 10:23:37 +01:00
Cody Loyd 956727d4e5 palindrome solution 2017-12-15 11:15:57 -06:00
Cody Loyd f04a440e58 added palindromes exercise 2017-08-25 14:07:28 -05:00