1define(function() { 2 return function(variable) { 3 return typeof variable === 'object'; 4 }; 5}); 6