hoangbhvd-palindrome

1.0.1 • Public • Published

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

/hoangbhvd-palindrome/

    Package Sidebar

    Install

    npm i hoangbhvd-palindrome

    Weekly Downloads

    0

    Version

    1.0.1

    License

    ISC

    Unpacked Size

    4.72 kB

    Total Files

    4

    Last publish

    Collaborators

    • hoangbhvd