is Infinity its own type? @rauschma
@machenni @rauschma > typeof(Infinity) "number"
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Infinity
@machenni It’s a number:
> typeof Infinity 'number'
More information: https://exploringjs.com/impatient-js/ch_numbers.html#error-value-infinity
@machenni @rauschma
> typeof(Infinity)
"number"
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Infinity