peterluczynski-palindrome
v0.1.2
Published
Palindrome detector
Downloads
3
Maintainers
Readme
Phrase object (with palindrome detector)
This is a sample NPM module created in Learn Enough Javascript to Be Dangerous. The module can be used as follows:
$ npm install --global mhartl-palindrome
$ vim test.js
let Phrase = require("peterluczynski-palindrome");
let napoleonsLament = new Phrase("Able was I, ere I saw Elba.");
console.log(napoleonsLament.palindrome());
$ node test.js
true