Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Write a program to check whether a given number is a
palindrome or not?

Answer Posted / annshuk

function isPalidrome(str){
if(str== str.split('').reverse().join())
return str +"is palidrome";
else return str +"try another string";
}

Is This Answer Correct ?    0 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a boolean search?

909


Do I need javascript enabled?

1023


How do I open javascript in chrome?

975


What is class example?

1173


What are the different types of errors supported by javascript?

1190


What does _ mean in javascript?

1043


In Java coding we will write a public static void main()? Why won't we write as a static public void main()

2663


What is the use of the ‘this’ keyword?

1049


Explain the difference between call() and apply()?

1099


How to test 404 page in QA

2557


What is number in javascript?

910


Is javascript server side or client side?

1017


How do I link an external javascript file to html?

959


What is a javascript code?

1046


What are the four basic data structures in javascript?

1043