Skip to content
Malexion edited this page Nov 1, 2016 · 1 revision

__.is.nan(item)

  • item Item to check if it is NaN and not a number.

Examples

var result = __.is.nan(null);

console.log(result);
Clone this wiki locally