Returns true iff value is finite. That is, a number or integer (including BigInts) that’s not NaN or +/= Infinity.
true
value
BigInt
NaN
Infinity
Returns
true
iffvalue
is finite. That is, a number or integer (includingBigInt
s) that’s notNaN
or +/=Infinity
.