(function(window, undefined) { var hello = 'hello'; var world = 'world'; alert(hello + world); })(window);