Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which of these methods can be used to check whether the given value is a number or not?

a) isNaN()
b) isNumber()
c) checkNaN()
d) checkNumber()

Answer: a
Explanation: isNaN() methods returns true if num specified is not a number, otherwise it returns false.

Join The Discussion