⚠️ valid inputs are Infinity, NaN and unsafe integers. Basically, anything which passes the check typeof x = 'number'.
Infinity
NaN
typeof x = 'number'
number
⚠️ valid inputs are
Infinity
,NaN
and unsafe integers.Basically, anything which passes the check
typeof x = 'number'
.