0.2.0 • Published 4 years ago

ckh-palindrome v0.2.0

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

Palindrome Detector

This is a palindrome detector created using Michael Hartl's Learn Enough Javascript to Be Dangerous tutorial.

$ npm install --global ckh-palindrome
touch test.js
let Phrase = require('ckh-palindrome');
let leighMercer = new Phrase("A man, A plan, A Canal-Panama!);
console.log(leighMerer.palindrome());
$ node test.js
true