michael@0: debugger; michael@0: var a = (function(){ michael@0: var b = 9; michael@0: console.log("x", b); michael@0: return b; michael@0: })();