Skip to content

pacifiquem/palindrome_checker-npm-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

discription

this package help you to check if the word Entered is a palindrome or not, so there is nothing simple like using it!!!!

links--For--Quick--Navigating

-- download for downloading, -- importing guide for importing, -- usage example for usage example -- conclusion for conclusion

downloadPackage

npm i palidrome_tester

importing

const palindromTester = 'palindrom_tester';

usagExample

palindromeTesting (word) => {

    var output = "";

    const answer = palindromeTester(word)

    if (answer == true) {
        output = " the word entered is palindrome ";
    }else {
        output = " the word entered isn't a palindrome ";

    }
    return ouput;
}

conclusion

thank you for using also visiting our package, we will like your response if possible give us your feedback through Email: pacifiquemurangwa001@gmail.com

About

npm package for checking if a world entered is a palindrome

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published