Elementals.js

Latest Version: 3.7 Final 20 December 2018

Method _.throw.isNaN

Summary:

Throws a new TypeError if the passed variable is null, undefined, or non-numeric.

Calling Convention:
_.throw.isNaN(variable)
Parameters:
variable
The variable to test.
Returns:
nothing

Advertisement