0.3.0 • Published 3 years ago

jeanpeng-palindrome v0.3.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Phrase object (with palindrome detector)

This is a sample npm module created by Jean as part of Learn Enough JavaScript studies.

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
0.3.0

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.1.0

3 years ago