Answer Posted / kmbkrishnan
Determine the argument / test value is a NaN.
NaN is nothing but "Not-a-Number".
it return true / false.
| Is This Answer Correct ? | 35 Yes | 3 No |
Post New Answer View All Answers
What is null javascript?
What is scope chain in javascript?
Explain arrow functions?
What percentage of websites use javascript?
Explain window.onload and ondocumentready?
What is foreach loop in javascript?
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
What is event bubbling in JavaScript?
What is asynchronous javascript?
What is js injection?
What is a global variable in programming?
How to force a page to go to another page using javascript ?
How to enabled 'Strict' mode in JavaScript?
What is output of “20” + 20? In javascript?
What are the different objects used in javascripts?