if(obj) alert(true);
if(typeof obj === 'object' && obj) alert(true)
var obj = [] if(typeof obj === 'object' && obj) alert(true)