Single Choice Not Set

QWhat does the isFinite() function do in JavaScript?

ID: #4872 Javascript Functions MCQ 325 views
Question Info
#4872Q ID
Not SetDifficulty
Javascript Functions MCQTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A Checks if a value is a finite number
  • B Checks if a value is infinite
  • C Checks if a value is not a number
  • D None of these
Correct Answer

Explanation


The isFinite() function checks if a value is a finite number.
It returns true if the value is a finite number, and false if it is not.

Share This Question

Challenge a friend or share with your study group.