Prerequisites
Improvement Description
Currently, all valid palindromes in /foundations/13_palindromes/palindromes.spec.js are of odd-length, meaning that if a user comes up with an improperly implemented two-pointer solution, it can still pass all of the current tests, even if it doesn't actually work for a valid even-length palindrome.
Acceptance Criteria
(Optional) Additional Comments
No response
Prerequisites
<Location of the improvement>: <Brief description of the improvement>format, e.g.Exercises: Add exercise on XYZImprovement Description
Currently, all valid palindromes in /foundations/13_palindromes/palindromes.spec.js are of odd-length, meaning that if a user comes up with an improperly implemented two-pointer solution, it can still pass all of the current tests, even if it doesn't actually work for a valid even-length palindrome.
Acceptance Criteria
(Optional) Additional Comments
No response