Description
Determines if a supplied number is finite.
Syntax
isFinite(value)
Parameters
Returns
The isFinite method returns true if number is any value other than NaN, negative infinity, or positive infinity. In those three cases, it returns false.