Report Bug
Qus : What does the isNaN() function do in JavaScript?
Qusजावास्क्रिप्ट में isNaN() फ़ंक्शन क्या करता है?

A. It checks if a value is a number
B. It checks if a value is not a number
C. It converts a value to a number
D. It checks if a value is undefined


Solution
B. It checks if a value is not a number






Report Bug