0.1.2 • Published 4 years ago

terryito-palindrome v0.1.2

Weekly downloads
4
License
ISC
Repository
github
Last release
4 years ago

This is a sample NPM module created as part of Learn Enough JavaScript to Be Dangerous. The module can be used as follows:

$ npm install --global terryito-palindrome.
$ vim test.js
let Phrase = require("terryito-palindrome");
let napoleosLament = new Phrase("Able was I, ere I saw Elba.");
console.log(napoleosLament.palindrome());
$ node test.js
true