AlgoCasts
AlgoCasts copied to clipboard
Palindrome - some tests are passing without implementation
palindrome/test.js
✓ palindrome function is defined (2ms)
✕ "aba" is a palindrome
✓ " aba" is not a palindrome
✓ "aba " is not a palindrome (1ms)
✓ "greetings" is not a palindrome
✕ "1000000001" a palindrome
✓ "Fish hsif" is not a palindrome
✕ "pennep" a palindrome
I think this is a fair point, the tests should probably check for false rather than falsy