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

__.is.null(item)

  • item Item to check if it is a null object.

Examples

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

console.log(result);
Clone this wiki locally