Skip to content

Undefined

Malexion edited this page Nov 1, 2016 · 1 revision

__.is.undefined(item)

  • item Item to check if it is of type undefined.

Examples

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

console.log(result);
Clone this wiki locally