function isUndefined(obj) { return typeof(obj) === "undefined" || obj == null; }); var b = isUndefined(Obj1);