0


Javascript isFinite Function

As its name indicates, Javascript isFinite function is used to determines whether value is a legal finite number or not. In Javascript isFinite function is used with Number object.

When you are working on number calculation or any other operation related to number and value assigned to variable is not valid finite number. In such situation your code will thrown an error.

To avoid such instances you have to check whether variable value or assigned value is legal finite number or not.

Syntax

Javascript isFinite Function Example