stackoverflow.com/q/22489966/1150613

The following are examples that make sense to me.

isFinite(5) // true - makes sense to me, it is a number and it is finite typeof 5 // "number" isFinite(Infinity) // false - makes sense for logi...


Comments (0)

Sign in to post comments.