Skip to content

A simple palindrome program as part of Learn Enough JavaScript to Be Dangerous.

Notifications You must be signed in to change notification settings

toninjaa/toninjaa_palindrome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a sample NPM module created to accompany the Learn Enough JavaScript to Be Dangerous tutorial, which was created by Michael Hartl.

The module can be used as follows:

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

About

A simple palindrome program as part of Learn Enough JavaScript to Be Dangerous.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published