if( objectName // Verify object presence && Object.keys(objectName).length === 0 // Verify object content && Object.getPrototypeOf(objectName) === Object.prototype // Verify object type ) { // Run truthy condition. }