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

Answer Posted / praveen

12121

Is This Answer Correct ?    21 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are Cookies in Javascript?

576


What are the string methods?

468


What is arguments object in JavaScript?

558


What is javascript bom?

564


What is difference between callback and promise?

452






Does apple use javascript?

439


The below script is working Internet browser but not working in mozilla plz find that good way... function doSubmit(op){ var rowcount=document.getElementsByName ("parameterTypeId").length; var parameterGrade; var performance; var goal; if(op == "save"){ for (var i=0; i < rowcount; i++) { var param=eval("document.forms [0].parameterGrade"+i); if(param.value != "select"){ return true; } } alert("Please rate atleast one attribute"); return false; }//if ends here

2011


How to get the type of arguments passed to a function?

527


How will you explain closures in javascript? When are they used?

544


What is Browser Object Model?

528


How to disable an html object ?

557


Which is faster jquery or javascript?

478


What is difference between var x =1; and x=1;?

676


What is the difference between attributes and property?

484


why we need java instead of c

1189