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

what difference between args.length and args.length() in command line argument?

0 Answers  


What is unshift method in JavaScript?

0 Answers  


what is syntax of wapper class

1 Answers  


What does the delete operator do in JavaScript?

1 Answers  


In a pop-up browser window, how do you refer to the main browser window that opened it?

0 Answers  






What are the main features of javascript?

0 Answers  


Are all javascript variables global?

0 Answers  


How to update a function in javascript?

0 Answers  


How to Object.entries( ) In JavaScript ?

0 Answers  


Is javascript backend or frontend?

0 Answers  


What is spread operator react?

0 Answers  


What is MEAN in javascript

1 Answers  


Categories