Node.js examples for Object:Object Type
Is object null or undefined
function isNullOrUndefined(arg) { return arg == null; }