What does isNaN function do?

Answers were Sorted based on User's Feedback



What does isNaN function do?..

Answer / sridevi

Returns true if the argument is not a number.

Is This Answer Correct ?    37 Yes 0 No

What does isNaN function do?..

Answer / 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

More JavaScript Interview Questions

How do you check if an object is an array or not?

0 Answers  


What are the new ways to define a variable in Javascript?

0 Answers  


What is the difference between let and var?

0 Answers  


what is a difference of subclass and main class

0 Answers  


Are Attributes and Property the same?

0 Answers  






Why do we need npm?

0 Answers  


How to associate functions with objects using javascript?

0 Answers  


java pgm for reads a file(text file) and removes all the spaces then the text and write this back into the same file. e.g: (Input) _______ chennai is fourth biggest city in india. (output) _______ chennaiisfourthbiggestcityinindia.

0 Answers  


How generic objects can be created?

0 Answers  


How to delete a cookie using javascript?

0 Answers  


How to hide javascript code from old browsers that dont run it?

0 Answers  


Where do I write javascript code?

0 Answers  


Categories