ES6
.EPSILON
Compares floating point numbers with a tolerance for rounding errors.
.isInteger(num)
.isNaN
Checks whether num is the value NaN. In contrast to the global function isNaN(), it doesn’t coerce its argument to a number and is therefore safer for non-numbers:
.isFinite
Determines whether the passed value is a finite number