Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 225 Bytes

readme.md

File metadata and controls

7 lines (7 loc) · 225 Bytes

$ 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