Q. What does the isNaN() function do?
β
Correct Answer: (A)
Checks if a value is NaN
Explanation: isNaN() checks whether a value is NaN (Not a Number).