Skip to content

annytcui/tcuipan-palindrome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phrase object (with palindrome detector)

This is a sample NPM module reated in Learn Enough JavaScript to Be Dangerous.

The module can be used as follows:

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

About

An exercise for Learn Enough JavaScript to Be Dangerous

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published