function isEmpty(obj) { return obj && typeof(obj) === 'undefined' && obj.trim() !== '' true : false }