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 is used to check for infinitely large and small values?

a) isInfinite()
b) isNaN()
c) Isinfinite()
d) IsNaN()

Answer: a
Explanation: isinfinite() method returns true is the value being tested is infinitely large or small in magnitude.

Join The Discussion