npm.io
0.2.0 • Published 3 years ago

davidomullan-palindrome

Licence
ISC
Version
0.2.0
Deps
0
Size
3 kB
Vulns
0
Weekly
0

Phrase object (with palindrome detector)

This is a sample NPM module created in Learn Enough JavaScript to Be Dangerous by Michael Hartl. Student: David O'Mullan

The module can be used as follows:

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