pacifiquem / palindrome_checker-npm-package

npm package for checking if a world entered is a palindrome

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 100.0%