What does isNaN function do?
Answers were Sorted based on User's Feedback
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 |
Should you use var or let?
What is an anonymous function in JavaScript?
Difference between '=', '==' and '===' operators?
What is function overloading in javascript?
How to remove the event listener?
What is the Infinity property used for in Javascript?
What are different types of inheritence? Which inheritance is followed in javascript.
What are the difference between javascript and jquery?
What is an ECMAScript?
List different ways of empty an array in javascript?
what is difference between client side scripting and server side scripting?
How do I open javascript in browser?