What does isNan() function do?

 Posted by Manimaddu on 8/11/2014 | Category: JavaScript Interview questions | Views: 1470 | Points: 40
Answer:

isNan() is a javascript function. It allows only numeric values.
It returns true when the given input is not a number.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response