Files
learn_enough_javascript_cod…/Listing_8.26.text
T
2022-01-12 14:58:42 -08:00

14 lines
330 B
Plaintext

$ npm test
Phrase
#palindrome
✓ should return false for a non-palindrome
✓ should return true for a plain palindrome
✓ should return true for a mixed-case palindrome
✓ should return true for a palindrome with punctuation
#letters
✓ should return only letters
5 passing (6ms)