Skip to content

Defined

Malexion edited this page Nov 1, 2016 · 3 revisions

__.is.def(item)

  • item Item to run a boolean check against, Boolean(item) similar to an if(item) result.
  • Note that 0, '' and others like them will yield a false result.

Examples

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

console.log(result);
Clone this wiki locally