1.0.1 • Published 1 year ago

hoangbhvd-palindrome v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

This is a sample NPM module created in Learn Enough JavaScript to Be Dangerous by Hoang Bui.

The module can be used as follows:

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