Node.js examples for Object:Object Type
Is object undefine
function isUndefined(arg) { return arg === void 0; }