0.1.1 • Published 7 years ago
johnpettigrew-palindrome v0.1.1
Palindrome detector
This module is part of the Learn Enough Javascript to be Dangerous tutorial from Michael Hartl. It provides a way to check whether a string is the same backwards as forwards.
Provides Phrase class
The Phrase class has the method palindrome() that returns TRUE if it is a palindrome and FALSE if it is not.