Determines whether the provided value is an infinite number.
The value to be checked.
true if the value is an infinite number, otherwise false.
true
false
Infinite numbers can be created by Infinity, -Infinity, or 1 / 0.
Infinity
-Infinity
1 / 0
1
NaN
'Infinity'
1.0
isFinite
Determines whether the provided value is an infinite number.