Const
Number_isFinite
Returns true if passed value is finite.
Unlike the global isFinite, Number.isFinite doesn't forcibly convert the parameter to a number.
Only finite values of the type number, result in true.
Number_isFinite
Returns true if passed value is finite.
Unlike the global isFinite, Number.isFinite doesn't forcibly convert the parameter to a number.
Only finite values of the type number, result in true.