(function(){ var hi = function() { return [document.title, "Hello JavaScript"].join(": "); }; })();